{ "name": "azure-mysql-action", "version": "1.0.0", "private": true, "description": "Azure MySql Action", "main": "lib/main.js", "scripts": { "build": "tsc", "test": "jest" }, "repository": { "type": "git", "url": "git+https://github.com/Azure/mysql-action.git" }, "keywords": [ "actions", "node", "setup" ], "author": "Microsoft", "license": "MIT", "dependencies": { "@actions/core": "^1.2.6", "@actions/exec": "^1.0.1", "@actions/io": "^1.0.1", "azure-actions-webclient": "^1.0.4", "glob": "^7.1.5", "winreg": "^1.2.4" }, "devDependencies": { "@types/glob": "^7.1.1", "@types/jest": "^24.0.13", "@types/node": "^12.0.4", "@types/winreg": "^1.2.30", "jest": "^24.8.0", "jest-circus": "^24.7.1", "ts-jest": "^24.0.2", "typescript": "^3.5.1" } }