{ "name": "node12-template-action", "version": "0.0.0", "private": true, "description": "Node 12 template action", "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": "GitHub", "license": "MIT", "dependencies": { "@actions/core": "^1.2.0", "@actions/io": "^1.0.1", "@actions/tool-cache": "^1.1.2", "semver": "^6.3.0", "typed-rest-client": "^1.5.0" }, "devDependencies": { "@types/jest": "^24.0.22", "@types/node": "^12.12.7", "@types/semver": "^6.2.0", "jest": "^24.9.0", "jest-circus": "^24.9.0", "ts-jest": "^24.1.0", "typescript": "^3.7.2" } }