-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.56 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
{
"name": "angular-mat-baum",
"version": "14.0.0-beta.25",
"description": "A strongly opinionated Angular Application Schematic using NgRx, Angular Flex Layout and Angular Material.",
"scripts": {
"schema-app": "npx -p dtsgenerator dtsgen src/application/schema.json -o src/application/schema.d.ts",
"schema-component": "npx -p dtsgenerator dtsgen src/component/schema.json -o src/component/schema.d.ts",
"schema-module": "npx -p dtsgenerator dtsgen src/module/schema.json -o src/module/schema.d.ts",
"schema-slice": "npx -p dtsgenerator dtsgen src/slice/schema.json -o src/slice/schema.d.ts",
"schema": "npm run schema-app && npm run schema-component && npm run schema-module && npm run schema-slice",
"build": "tsc -p tsconfig.json",
"pack": "npm pack && mv angular-mat-baum-14.*.tgz angular-mat-baum-nightly.tgz"
},
"keywords": [
"schematics",
"material",
"ngrx"
],
"author": "Bernardo Baumblatt",
"license": "MIT",
"schematics": "./src/collection.json",
"dependencies": {
"@angular-devkit/core": "^14.2.13",
"@angular-devkit/schematics": "^14.2.13",
"@ngrx/schematics": "^14.3.3",
"@schematics/angular": "^14.2.13"
},
"devDependencies": {
"@angular-devkit/schematics-cli": "~14.2.13",
"@types/jasmine": "~4.0.0",
"@types/node": "^18.18.9",
"jasmine-core": "~4.3.0",
"typescript": "~4.7.2"
},
"repository": {
"type": "git",
"url": "https://github.com/baumblatt/angular-mat-baum.git"
},
"bugs": {
"url": "https://github.com/baumblatt/angular-mat-baum.git/issues"
}
}