-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 998 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
39
{
"name": "@cardiosmircem/schematics",
"version": "1.0.3",
"description": "Util of handy schematics",
"scripts": {
"build": "tsc -p tsconfig.json",
"build:watch": "tsc -p tsconfig.json --watch"
},
"keywords": [
"schematics",
"ng",
"ng generate",
"login"
],
"author": "Mirco Seccardi",
"license": "MIT",
"schematics": "./src/collection.json",
"dependencies": {
"@angular-devkit/core": "^11.0.7",
"@angular-devkit/schematics": "^11.0.7",
"@schematics/angular": "^9.1.0",
"ip": "^2.0.0",
"schematics-utilities": "^2.0.2",
"typescript": "~4.0.2"
},
"devDependencies": {
"@types/jasmine": "~3.5.0",
"@types/node": "^12.11.1",
"jasmine": "^3.5.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cardiosMircem/schematics-ms.git"
},
"bugs": {
"url": "https://github.com/cardiosMircem/schematics-ms/issues"
},
"homepage": "https://github.com/cardiosMircem/schematics-ms#readme"
}