forked from Azure/azure-resource-manager-schemas
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 1.15 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
{
"$schema": "https://raw.githubusercontent.com/Azure/azure-rest-api-specs/main/documentation/sdkautomation/SwaggerToSdkConfigSchema.json",
"name": "azure-schema-generator",
"private": true,
"version": "1.0.0",
"engines": {
"node": ">=14.0.0",
"npm": ">=6.0.0"
},
"scripts": {
"generate-onboarded-report": "ts-node cmd/generateonboardedreport",
"list-basepaths": "ts-node cmd/listbasepaths",
"list-resources": "ts-node cmd/listresources",
"generate-all": "ts-node cmd/generateall",
"find-basepath": "ts-node cmd/findbasepath",
"generate-single": "ts-node cmd/generatesingle",
"clean": "ts-node cmd/clean",
"start": "npm run clean && npm run generate-all"
},
"devDependencies": {
"@autorest/azureresourceschema": "^3.0.103",
"@autorest/core": "^3.5.1",
"@ts-common/commonmark-to-markdown": "^2.0.0",
"@types/async": "^3.2.7",
"@types/js-yaml": "^4.0.2",
"@types/lodash": "^4.14.172",
"@types/node": "^16.4.11",
"async": "^3.2.0",
"autorest": "^3.3.2",
"chalk": "^4.1.2",
"js-yaml": "^4.1.0",
"lodash": "^4.17.19",
"ts-node": "^10.1.0",
"typescript": "^4.3.5"
}
}