-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 974 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 974 Bytes
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
{
"name": "enhanced-env-azure-vault-action",
"version": "1.1.4",
"description": "This action gets secrets from Azure Vault as ENV parameters for specific environment and type.",
"main": "index.js",
"scripts": {
"start": "node lib/index.js",
"build": "tsc",
"prebuild": "rimraf lib/",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/PavelStancik/enhanced-env-azure-vault-action.git"
},
"keywords": [],
"author": "Pavel Stancik",
"license": "MIT",
"bugs": {
"url": "https://github.com/actions/enhanced-env-azure-vault-action/issues"
},
"homepage": "https://github.com/actions/enhanced-env-azure-vault-action#readme",
"dependencies": {
"@actions/core": "^1.5.0",
"enhanced-env-azure-vault": "^1.2.4"
},
"devDependencies": {
"@types/node": "^15.14.0",
"rimraf": "^3.0.2",
"tslint": "^6.1.3",
"typescript": "^4.3.5"
}
}