ghaction-upx/package.json
dependabot[bot] 891ee3c143
Bump typed-rest-client from 1.7.2 to 1.7.3 (#57)
Bumps [typed-rest-client](https://github.com/Microsoft/typed-rest-client) from 1.7.2 to 1.7.3.
- [Release notes](https://github.com/Microsoft/typed-rest-client/releases)
- [Commits](https://github.com/Microsoft/typed-rest-client/commits)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-04-03 11:13:57 +02:00

44 lines
1021 B
JSON

{
"name": "upx-github-action",
"description": "GitHub Action for UPX, the Ultimate Packer for eXecutables",
"main": "lib/main.js",
"directories": {
"lib": "lib"
},
"scripts": {
"build": "tsc",
"test": "jest",
"format": "prettier --write **/*.ts",
"prune": "npm prune --production"
},
"repository": {
"type": "git",
"url": "git+https://github.com/crazy-max/ghaction-upx.git"
},
"keywords": [
"actions",
"upx"
],
"author": "CrazyMax",
"license": "MIT",
"dependencies": {
"@actions/core": "^1.2.3",
"@actions/exec": "^1.0.3",
"@actions/tool-cache": "^1.3.3",
"download": "^8.0.0",
"typed-rest-client": "^1.7.3"
},
"devDependencies": {
"@types/jest": "^25.1.5",
"@types/node": "^13.11.0",
"@types/download": "^6.2.4",
"jest": "^25.2.6",
"jest-circus": "^25.2.6",
"jest-runtime": "^25.2.6",
"prettier": "^2.0.2",
"ts-jest": "^25.2.1",
"typescript": "^3.8.3",
"typescript-formatter": "^7.2.2"
}
}