{ "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" } }