-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
36 lines (36 loc) · 1001 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
31
32
33
34
35
36
{
"name": "insomnia-plugin-azure-keyvault-secrets",
"version": "1.2.0",
"main": "app.js",
"author": "Gianluigi Conti",
"license": "MIT",
"homepage": "https://github.com/glconti/insomnia-plugin-azure-keyvault-secrets",
"insomnia": {
"name": "azure-keyvault-secrets",
"displayName": "Azure Key Vault Secrets",
"description": "A plugin to get secrets from Azure Key Vault",
"images": {
"icon": "azure-key-vault.svg"
},
"publisher": {
"name": "Gianluigi Conti",
"icon": "https://www.gravatar.com/avatar/91452b014864d3a99402ae2ab82cf063"
},
"unlisted": false
},
"repository": {
"type": "git",
"url": "https://github.com/glconti/insomnia-plugin-azure-keyvault-secrets.git"
},
"keywords": [
"insomnia",
"plugin",
"azure",
"keyvault"
],
"description": "An Insomnia plugin to get secrets from Azure Key Vault",
"dependencies": {
"@azure/identity": "^4.4.1",
"@azure/keyvault-secrets": "^4.8.0"
}
}