model-layer
Version:
64 lines (63 loc) • 1.29 kB
JSON
{
"name": "model-layer",
"version": "2.8.0",
"description": "model layer",
"main": "dist/index.js",
"types": "lib/index.ts",
"directories": {
"dist": "dist",
"lib": "lib"
},
"scripts": {
"build": "tsc",
"lint": "tslint -c tslint.json 'lib/**/*.ts' && tslint -c test/tslint.json 'test/**/*.ts'",
"test": "nyc mocha",
"prepublishOnly": "tsc"
},
"nyc": {
"extension": [
".ts"
],
"reporter": [
"html"
],
"all": true,
"exclude": [
"dist",
"coverage"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/eprincev-egor/model-layer.git"
},
"keywords": [
"model",
"data",
"layer",
"tree",
"data",
"structure",
"typescript"
],
"author": "Eprincev Egor",
"license": "ISC",
"bugs": {
"url": "https://github.com/eprincev-egor/model-layer/issues"
},
"homepage": "https://github.com/eprincev-egor/model-layer#readme",
"devDependencies": {
"@types/mocha": "^5.2.7",
"@types/node": "^12.6.9",
"mocha": "^6.2.0",
"nyc": "^14.1.1",
"source-map-support": "^0.5.13",
"ts-node": "^8.3.0",
"tsc": "^1.20150623.0",
"tslint": "^5.18.0",
"typescript": "^4.1.3"
},
"engines": {
"node": "10"
}
}