mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-06 17:05:34 +00:00
Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) from 1.2.2 to 1.2.6. - [Release notes](https://github.com/actions/toolkit/releases) - [Changelog](https://github.com/actions/toolkit/blob/main/packages/core/RELEASES.md) - [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/core) Signed-off-by: dependabot[bot] <support@github.com>
39 lines
1 KiB
JSON
39 lines
1 KiB
JSON
{
|
|
"dependencies": {
|
|
"@actions/core": "^1.2.6",
|
|
"@actions/github": "^2.1.0",
|
|
"typescript": "^3.7.5",
|
|
"yargs": "^15.1.0"
|
|
},
|
|
"description": "Automatically updates HISTORY.md based on pull requests",
|
|
"devDependencies": {
|
|
"@types/node": "^13.7.0",
|
|
"@types/semver": "^7.1.0",
|
|
"@zeit/ncc": "^0.21.0",
|
|
"semver": "^7.1.2",
|
|
"ts-node": "^8.6.2"
|
|
},
|
|
"engines": {
|
|
"node": "12"
|
|
},
|
|
"files": [
|
|
"dist",
|
|
"src"
|
|
],
|
|
"license": "MIT",
|
|
"main": "dist/index.js",
|
|
"name": "@keymanapp/auto-history-action",
|
|
"private": false,
|
|
"repository": "https://github.com/keymanapp/auto-history-action",
|
|
"scripts": {
|
|
"build": "npm run clean:dist; npm run build:dist",
|
|
"build:dist": "ncc build src/index.ts --minify --source-map --v8-cache",
|
|
"build:ts": "tsc --project tsconfig.production.json",
|
|
"build:ts:watch": "tsc --project tsconfig.production.json --watch",
|
|
"clean": "run-p clean:*",
|
|
"clean:dist": "rm -rf dist",
|
|
"clean:lib": "rm -rf lib",
|
|
"types": "tsc --noEmit"
|
|
},
|
|
"version": "1.1.3"
|
|
}
|