mirror of
https://github.com/azure/login.git
synced 2026-03-12 18:07:08 -04:00
27 lines
654 B
JSON
27 lines
654 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": "jest"
|
|
},
|
|
"author": "Sumiran Aggarwal",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"@types/jest": "^29.2.4",
|
|
"@types/node": "^12.7.11",
|
|
"jest": "^29.3.1",
|
|
"jest-circus": "^29.3.1",
|
|
"ts-jest": "^29.0.3",
|
|
"typescript": "^4.9.4"
|
|
},
|
|
"dependencies": {
|
|
"@actions/core": "1.9.1",
|
|
"@actions/exec": "^1.0.1",
|
|
"@actions/io": "^1.0.1",
|
|
"actions-secret-parser": "^1.0.2",
|
|
"package-lock": "^1.0.3"
|
|
}
|
|
} |