-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
38 lines (38 loc) · 1.17 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": "root",
"private": true,
"devDependencies": {
"@types/node": "^10.12.18",
"@types/semver": "^7.3.13",
"lerna": "^3.13.0",
"typescript": "^5.5.4"
},
"scripts": {
"clean:build": "lerna clean --yes && lerna bootstrap --hoist && lerna run compile",
"load:build": "lerna bootstrap --hoist && lerna run compile",
"load:ingredients": "lerna run link:ingredients",
"build": "lerna bootstrap --hoist && lerna run compile",
"publish": "npm run clean:build && lerna publish -m 'chore: Publish [skip ci]' --no-git-reset --conventional-commits --yes"
},
"dependencies": {
"@azure/arm-compute": "^10.0.0",
"@azure/arm-cosmosdb": "^9.1.0",
"@azure/arm-network": "^14.0.0",
"@azure/ms-rest-nodeauth": "^3.0.0",
"azure-arm-compute": "^10.0.0",
"azure-arm-keyvault": "^1.2.0",
"child_process": "^1.0.2",
"del": "^4.1.1",
"event-stream": "^4.0.1",
"file-system": "^2.2.2",
"git-rev": "^0.2.1",
"gulp": "^4.0.2",
"gulp-bump": "^3.1.3",
"gulp-debug": "^4.0.0",
"gulp-git": "^2.9.0",
"gulp-inline-source": "^4.0.0",
"gulp-shell": "^0.7.1",
"moment": "^2.24.0",
"yargs": "^13.2.4"
}
}