-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
41 lines (41 loc) · 1.02 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"name": "ng-app-counter",
"version": "0.6.2",
"description": "Counter Angular project",
"repository": {
"type": "git",
"url": "https://github.com/irustm/ng-app-counter.git"
},
"keywords": [
"angular",
"counter",
"ng"
],
"author": "irustm",
"license": "MIT",
"bin": "./bin/ng-app-counter",
"bugs": {
"url": "https://github.com/irustm/ng-app-counter/issues"
},
"homepage": "https://github.com/irustm/ng-app-counter#readme",
"scripts": {
"prebuild": "rimraf dist",
"build": "tsc",
"postbuild": "copy dist/bin dist && copy package.json dist && copy README.md dist && copy LICENSE dist",
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"@angular/compiler-cli": "^10.0.0",
"chalk": "^2.4.2",
"follow-redirects": "^1.13.0",
"minimist": "^1.2.0",
"ngast": "^0.5.0",
"ts-evaluator": "^0.1.0",
"typescript": "~3.9.7"
},
"devDependencies": {
"@types/node": "^14.10.3",
"copy": "^0.0.1",
"rimraf": "^2.6.3"
}
}