mirror of
https://github.com/azure/login.git
synced 2026-03-12 18:07:08 -04:00
23 lines
556 B
JSON
23 lines
556 B
JSON
{
|
|
"name": "login",
|
|
"version": "1.0.0",
|
|
"description": "Login Azure wraps the az login, allowing for Azure actions to log into Azure",
|
|
"main": "lib/main.js",
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "Sumiran Aggarwal",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"@types/node": "^12.7.11",
|
|
"typescript": "^3.6.3"
|
|
},
|
|
"dependencies": {
|
|
"@actions/core": "^1.1.3",
|
|
"@actions/exec": "^1.0.1",
|
|
"@actions/io": "^1.0.1",
|
|
"actions-secret-parser": "^1.0.2"
|
|
}
|
|
}
|