{ "name": "release-action", "version": "1.1.0", "private": true, "description": "An action which manages a github release", "main": "lib/main.js", "scripts": { "build": "tsc", "clean": "rm -rf lib/*", "debug": "yarn clean && yarn install && yarn build", "release": "yarn clean && yarn install --production && yarn build", "test": "jest" }, "repository": { "type": "git", "url": "git+https://github.com/ncipollo/release-action.git" }, "keywords": [ "actions", "node", "setup" ], "author": "GitHub", "license": "MIT", "dependencies": { "@actions/core": "^1.0.0", "@actions/github": "^1.0.0", "@types/glob": "^7.1.1", "@types/node": "^12.0.4", "add": "^2.0.6", "glob": "^7.1.4", "global": "^4.4.0" }, "devDependencies": { "@types/jest": "^24.0.25", "jest": "^24.9.0", "jest-circus": "^24.7.1", "ts-jest": "^24.2.0", "typescript": "^3.7.3" } }