ghaction-upx/package.json
dependabot-preview[bot] 53d161ac19
Bump ts-jest from 25.0.0 to 25.1.0 (#17)
Bumps [ts-jest](https://github.com/kulshekhar/ts-jest) from 25.0.0 to 25.1.0.
- [Release notes](https://github.com/kulshekhar/ts-jest/releases)
- [Changelog](https://github.com/kulshekhar/ts-jest/blob/master/CHANGELOG.md)
- [Commits](https://github.com/kulshekhar/ts-jest/compare/v25.0.0...v25.1.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-01-31 09:29:57 +01: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.2",
"@actions/exec": "^1.0.3",
"@actions/tool-cache": "^1.3.1",
"download": "^7.1.0",
"typed-rest-client": "^1.7.1"
},
"devDependencies": {
"@types/jest": "^25.1.1",
"@types/node": "^13.5.2",
"@types/download": "^6.2.4",
"jest": "^25.1.0",
"jest-circus": "^25.1.0",
"jest-runtime": "^25.1.0",
"prettier": "^1.17.1",
"ts-jest": "^25.1.0",
"typescript": "^3.5.1",
"typescript-formatter": "^7.2.2"
}
}