-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
33 lines (33 loc) · 880 Bytes
/
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
{
"name": "custom-schematics",
"version": "1.2.1",
"description": "Starter for Angular custom-schematics",
"scripts": {
"build": "tsc -p tsconfig.json",
"build:watch": "tsc -p tsconfig.json --watch",
"test": "npm run build && jasmine src/**/*_spec.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gioboa/custom-schematics"
},
"keywords": [
"Angular",
"schematics"
],
"author": "gioboa",
"license": "MIT",
"bugs": {
"url": "https://github.com/gioboa/custom-schematics"
},
"homepage": "https://github.com/gioboa/custom-schematics#readme",
"schematics": "./src/collection.json",
"dependencies": {
"@angular-devkit/core": "^7.3.4",
"@angular-devkit/schematics": "^7.3.4",
"@types/jasmine": "^3.0.0",
"@types/node": "^8.0.31",
"jasmine": "^3.0.0",
"typescript": "~3.2.2"
}
}