15 lines
329 B
JSON
15 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"
|
|
]
|
|
}
|