angular-cn/aio/tools/example-zipper/customizer/package-json/cli.json

20 lines
515 B
JSON
Raw Normal View History

2017-04-16 17:40:47 -04:00
{
"scripts": [
{ "name": "ng", "command": "ng" },
{ "name": "build", "command": "ng build --prod" },
2017-04-16 17:40:47 -04:00
{ "name": "start", "command": "ng serve" },
{ "name": "test", "command": "ng test" },
{ "name": "lint", "command": "ng lint" },
{ "name": "e2e", "command": "ng e2e" }
],
"dependencies": [],
2017-04-16 17:40:47 -04:00
"devDependencies": [
"@angular/cli",
"@angular-devkit/build-angular",
"@types/jasminewd2",
"jasmine-spec-reporter",
"karma-coverage-istanbul-reporter",
2017-04-16 17:40:47 -04:00
"ts-node"
]
}