mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
14 lines
329 B
JSON
14 lines
329 B
JSON
{
|
|
"scripts": [
|
|
{ "name": "ng", "command": "ng" },
|
|
{ "name": "start", "command": "ng serve" },
|
|
{ "name": "test", "command": "ng test" },
|
|
{ "name": "lint", "command": "ng lint" },
|
|
{ "name": "e2e", "command": "ng e2e" }
|
|
],
|
|
"dependencies": [],
|
|
"devDependencies": [
|
|
"@angular/cli",
|
|
"ts-node"
|
|
]
|
|
}
|