{ "name": "typescript-action", "version": "0.0.0", "private": true, "description": "TypeScript template action", "main": "lib/main.js", "scripts": { "build": "tsc", "test": "jest" }, "repository": { "type": "git", "url": "git+https://github.com/actions/typescript-action.git" }, "keywords": [ "actions", "node", "setup" ], "author": "YourNameOrOrganization", "license": "MIT", "dependencies": { "@actions/core": "^1.2.0", "@actions/github": "^2.0.0" }, "devDependencies": { "@types/jest": "^24.0.25", "@types/node": "^13.1.1", "jest": "^24.9.0", "jest-circus": "^24.9.0", "ts-jest": "^24.2.0", "typescript": "^3.7.4" } }