forked from Azure/azure-resource-manager-schemas
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 848 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
{
"name": "azure-schema-generator",
"private": true,
"version": "1.0.0",
"scripts": {
"list-basepaths": "ts-node cmd/listbasepaths",
"list-resources": "ts-node cmd/listresources",
"generate-all": "ts-node cmd/generateall",
"generate-single": "ts-node cmd/generatesingle",
"clean": "ts-node cmd/clean",
"start": "npm run clean && npm run generate-all",
"postprocessor": "ts-node cmd/postprocessor"
},
"devDependencies": {
"autorest": "^3.0.6187",
"@autorest/azureresourceschema": "^3.0.92",
"@autorest/core": "^3.0.6320",
"@types/async": "^3.2.0",
"@types/lodash": "^4.14.149",
"@types/node": "^13.11.0",
"async": "^3.2.0",
"chalk": "^4.0.0",
"lodash": "^4.17.19",
"ts-node": "^8.8.2",
"typescript": "^3.8.3"
},
"dependencies": {
"nodegit": "^0.26.5"
}
}