You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

25 lines
599 B

{
"name": "get-keyvault-secret",
"version": "1.0.0",
"description": "Github action for Azure Key Vault Operations",
"main": "index.js",
"scripts": {
"build": "tsc",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Romil Goyal",
"license": "ISC",
"devDependencies": {
"@types/node": "20.9.2",
"typescript": "5.2.2"
},
"dependencies": {
"@actions/core": "1.10.1",
"@actions/exec": "1.1.1",
"azure-actions-webclient": "1.1.1"
},
"repository": {
"type": "git",
"url": "(https://github.com/bitwarden/gh-actions.git)"
}
}