-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 973 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
34
35
36
37
38
{
"name": "@ngdo/schematics",
"version": "0.1.2",
"description": "Schematic to generate application models using rest api service",
"scripts": {
"build": "tsc -p tsconfig.json",
"build:watch": "tsc -p tsconfig.json --watch",
"test": "npm run build && jasmine src/**/*_spec.js"
},
"keywords": [
"models",
"interfaces",
"angular",
"devkit",
"cli",
"angular-cli",
"schematics"
],
"author": "@ngDominican",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/ngDominican/ngdo-schematics.git"
},
"schematics": "./src/collection.json",
"dependencies": {
"@angular-devkit/core": "^8.2.0",
"@angular-devkit/schematics": "^8.2.0",
"@schematics/angular": "^8.2.0",
"@types/jasmine": "^3.3.9",
"@types/node": "^8.0.31",
"@types/node-fetch": "^2.5.0",
"jasmine": "^3.3.1",
"node-fetch": "^2.6.0",
"rxjs": "6.4.0",
"typescript": "~3.5.3"
}
}