forked from Azure-Samples/key-vault-node-recovery
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.03 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
{
"name": "key-vault-node-recovery",
"version": "0.1.0",
"description": "A sample demonstrating recovery scenarios for Key Vault in node.js",
"main": "recovery_sample.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"node",
"azure",
"sample",
"recovery"
],
"tags": [
"azure",
"sdk"
],
"author": "Microsoft Corporation",
"license": "MIT",
"dependencies": {
"@azure/identity": "^1.0.3",
"@azure/keyvault-certificates": "^4.0.2",
"@azure/keyvault-keys": "^4.0.4",
"@azure/keyvault-secrets": "^4.0.4",
"adal-node": "^0.1.27",
"azure-arm-keyvault": "^1.1.2",
"azure-arm-resource": "^3.1.1-preview",
"dotenv": "^8.2.0",
"ms-rest-azure": "^2.5.0"
},
"homepage": "https://github.com/Azure-Samples/key-vault-node-recovery",
"repository": {
"type": "git",
"url": "https://github.com/Azure-Samples/key-vault-node-recovery"
},
"bugs": {
"url": "https://github.com/Azure-Samples/key-vault-node-recovery/issues"
}
}