-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1.18 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
{
"name": "swagger-schematics",
"version": "0.1.0-alpha.0",
"description": "Swagger schematics",
"scripts": {
"prebuild:publish": "npm run build",
"build": "(cd projects/swagger-schematics && npm run build)",
"build:publish": "cpx \"projects/swagger-schematics/schematics/**\" \"dist/angular-schematics\" && cpx \"projects/angular-schematics/package.json\" \"dist/angular-schematics\" && cpx \".npmignore\" \"dist/angular-schematics\"",
"test": "(cd projects/swagger-schematics && npm run test)",
"test:types": "(cd projects/swagger-schematics && npm run test:types)"
},
"keywords": [
"schematics",
"angular",
"generate"
],
"author": "Maks Nechesonov",
"license": "MIT",
"dependencies": {
"@angular-devkit/core": "12.2.12",
"@angular-devkit/schematics": "12.2.12",
"@apidevtools/json-schema-ref-parser": "9.0.9",
"@schematics/angular": "12.2.12",
"axios": "0.24.0",
"rxjs": "6.6.7"
},
"devDependencies": {
"@types/jasmine": "3.10.1",
"@types/node": "14.14.41",
"codelyzer": "6.0.2",
"cpx": "1.5.0",
"dtsgenerator": "3.13.2",
"jasmine": "3.10.0",
"ts-node": "9.1.1",
"typescript": "4.1.3"
}
}