Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) from 1.11.0 to 1.11.1. - [Changelog](https://github.com/actions/toolkit/blob/main/packages/core/RELEASES.md) - [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/core) --- updated-dependencies: - dependency-name: "@actions/core" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
54 lines
1.3 KiB
JSON
54 lines
1.3 KiB
JSON
{
|
|
"name": "setup-task",
|
|
"private": true,
|
|
"description": "Setup Task action",
|
|
"main": "lib/main.js",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/arduino/setup-task.git"
|
|
},
|
|
"keywords": [
|
|
"actions",
|
|
"taskfile",
|
|
"task",
|
|
"setup"
|
|
],
|
|
"author": "Arduino",
|
|
"license": "GPL-3.0",
|
|
"dependencies": {
|
|
"@actions/core": "^1.11.1",
|
|
"@actions/tool-cache": "^2.0.1",
|
|
"semver": "^7.6.3",
|
|
"typed-rest-client": "^2.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"@actions/io": "^1.1.3",
|
|
"@types/jest": "^28.1.8",
|
|
"@types/node": "^20.16.10",
|
|
"@types/semver": "^7.5.8",
|
|
"@typescript-eslint/eslint-plugin": "^7.18.0",
|
|
"@typescript-eslint/parser": "^7.18.0",
|
|
"@vercel/ncc": "^0.38.2",
|
|
"ajv-cli": "^5.0.0",
|
|
"ajv-formats": "^3.0.1",
|
|
"eslint": "^8.57.1",
|
|
"eslint-config-airbnb-base": "^15.0.0",
|
|
"eslint-config-airbnb-typescript": "^18.0.0",
|
|
"eslint-config-prettier": "^9.1.0",
|
|
"eslint-plugin-import": "^2.31.0",
|
|
"github-label-sync": "2.3.1",
|
|
"jest": "^28.1.3",
|
|
"jest-circus": "^29.7.0",
|
|
"markdown-link-check": "^3.12.2",
|
|
"markdownlint-cli": "^0.42.0",
|
|
"nock": "^13.5.5",
|
|
"prettier": "^3.3.3",
|
|
"strip-json-comments-cli": "^3.0.0",
|
|
"ts-jest": "^28.0.8",
|
|
"typescript": "^5.6.2"
|
|
},
|
|
"engines": {
|
|
"node": "20.x"
|
|
}
|
|
}
|