{ "name": "gradle-command-action", "version": "0.0.0", "private": true, "description": "Execute Gradle Command Line", "main": "lib/main.js", "scripts": { "build": "tsc", "test": "jest" }, "repository": { "type": "git", "url": "git+https://github.com/actions/javascript-template.git" }, "keywords": [ "actions", "node", "setup" ], "author": "YourNameOrOrganization", "license": "MIT", "dependencies": { "@actions/core": "1.1.1", "@actions/exec": "1.0.1", "@actions/io": "1.0.1", "@actions/tool-cache": "1.1.1", "string-argv": "0.3.1", "typed-rest-client": "1.5.0", "unzipper": "0.10.5" }, "devDependencies": { "@types/jest": "24.0.18", "@types/node": "12.7.5", "@types/unzipper": "0.10.0", "jest": "24.9.0", "jest-circus": "24.9.0", "ts-jest": "24.1.0", "typescript": "3.6.3" } }