angular-docs-cn/public/docs/_examples/hierarchical-dependency-inj.../ts/package.json

15 lines
315 B
JSON

{
"name": "angular2-hierarchical-injection",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"tsc": "tsc",
"tsc:w": "tsc -w",
"lite": "lite-server",
"both": "concurrent \"npm run tsc:w\" \"npm run lite\" "
},
"keywords": [],
"author": "",
"license": "ISC"
}