39 lines
893 B
JSON
39 lines
893 B
JSON
{
|
|
"name": "@plastichub/core",
|
|
"version": "0.2.6",
|
|
"license": "BSD",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"licenses": [
|
|
{
|
|
"type": "BSD",
|
|
"url": "https://git.osr-plastic.org/osr-plastic/osr-core/blob/master/LICENSE"
|
|
}
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://git.osr-plastic.org/osr-plastic/osr-core.git"
|
|
},
|
|
"types": "index.d.ts",
|
|
"dependencies": {
|
|
"deepmerge": "^4.3.1",
|
|
"tslog": "^3.3.3"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^8.10.66",
|
|
"ts-node": "^10.9.2",
|
|
"typescript": "^4.9.5"
|
|
},
|
|
"scripts": {
|
|
"test": "tsc && mocha build/test",
|
|
"build": "tsc -p . --declaration",
|
|
"start": "node build/index.js",
|
|
"typings": "tsc -p . --declaration",
|
|
"dev": "tsc -p . --declaration -w",
|
|
"lint": "tslint --project=./tsconfig.json"
|
|
},
|
|
"modules": [],
|
|
"readmeFilename": "Readme.md"
|
|
}
|