-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
51 lines (51 loc) · 1.08 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
42
43
44
45
46
47
48
49
50
51
{
"name": "angular-shell-schematic",
"version": "0.5.3",
"description": "A blank schematics",
"npmClient": "yarn",
"scripts": {
"build": "tsc -p tsconfig.json",
"test": "yarn build && jasmine src/**/*_spec.js"
},
"keywords": [
"schematics",
"angular",
"ng",
"new",
"workspace",
"app",
"pwa",
"web",
"front",
"frontend",
"webapp",
"cli"
],
"repository": {
"type": "git",
"url": "https://gitlab.com/jeandat/tools/angular-shell-schematic"
},
"author": {
"name": "Jean DAT",
"email": "jean.dat@gmail.com",
"url": "https://gitlab.com/jeandat/"
},
"license": "MIT",
"schematics": "./src/collection.json",
"dependencies": {
"@angular-devkit/core": "^7.2.1",
"@angular-devkit/schematics": "^7.2.1",
"@types/jasmine": "^2.6.0",
"@types/node": "^8.0.31",
"jasmine": "^2.8.0",
"typescript": "~3.2.2"
},
"devDependencies": {
"@schematics/angular": "^7.3.0",
"chalk": "^2.4.2",
"execa": "^1.0.0",
"listr": "^0.14.3",
"meow": "^5.0.0",
"nodegit": "^0.24.0"
}
}