-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
38 lines (38 loc) · 1.19 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
{
"name": "@criticalmanufacturing/schematics",
"version": "11.0.4",
"description": "Critical Manufacturing Angular Schematics",
"private": true,
"dependencies": {
"@angular-devkit/core": "^17.1.1",
"@angular-devkit/schematics": "^17.1.1",
"@angular-eslint/schematics": "^17.2.1",
"@angular/localize": "^17.1.1",
"@angular/pwa": "^17.1.1",
"@schematics/angular": "^17.1.1",
"inquirer": "^8.2.6",
"node-html-parser": "^6.1.12",
"ora": "^5.4.1",
"ts-morph": "^21.0.1"
},
"devDependencies": {
"@angular-devkit/schematics-cli": "^17.1.1",
"@types/inquirer": "^9.0.7",
"@types/jasmine": "^5.1.4",
"@types/node": "^20.11.10",
"concurrently": "^8.2.2",
"jasmine": "^5.1.0",
"prettier": "^3.2.4",
"typescript": "~5.3.3"
},
"scripts": {
"build": "npm run build -w ./packages/schematics-devkit && concurrently \"npm run build -w ./packages/ngx-schematics\" \"npm run build -w ./packages/ngx-iot-schematics\" -r",
"test": "npm run test -w ./packages/ngx-schematics",
"test:iot": "npm run test -w ./packages/ngx-iot-schematics"
},
"author": "Critical Manufacturing",
"license": "ISC",
"workspaces": [
"packages/*"
]
}