{ "name": "upload-release-action", "version": "0.0.1", "private": true, "description": "Upload files to a GitHub release", "main": "lib/main.js", "scripts": { "build": "tsc", "test": "jest" }, "repository": { "type": "git", "url": "git+https://github.com/svestaro/upload-release-action.git" }, "keywords": [ "actions", "upload", "release", "assets", "asset" ], "author": "Sven-Hendrik Haase", "license": "MIT", "dependencies": { "@actions/core": "^1.0.0", "@actions/github": "^1.0.0" }, "devDependencies": { "@types/jest": "^24.0.13", "@types/node": "^12.0.4", "jest": "^24.8.0", "jest-circus": "^24.7.1", "ts-jest": "^24.0.2", "typescript": "^3.5.1" } }