mirror of
https://github.com/crazy-max/ghaction-upx.git
synced 2024-11-22 02:16:09 -07:00
7acf366dd4
Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) from 1.2.1 to 1.2.2. - [Release notes](https://github.com/actions/toolkit/releases) - [Changelog](https://github.com/actions/toolkit/blob/master/packages/core/RELEASES.md) - [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/core) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
44 lines
1021 B
JSON
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": "^24.9.1",
|
|
"@types/node": "^13.5.0",
|
|
"@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.0.0",
|
|
"typescript": "^3.5.1",
|
|
"typescript-formatter": "^7.2.2"
|
|
}
|
|
}
|