Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.17.50 to 20.17.51. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-version: 20.17.51 dependency-type: direct:development 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.2",
|
|
"semver": "^7.7.2",
|
|
"typed-rest-client": "^2.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"@actions/io": "^1.1.3",
|
|
"@types/jest": "^29.5.14",
|
|
"@types/node": "^20.17.51",
|
|
"@types/semver": "^7.7.0",
|
|
"@typescript-eslint/eslint-plugin": "^7.18.0",
|
|
"@typescript-eslint/parser": "^7.18.0",
|
|
"@vercel/ncc": "^0.38.3",
|
|
"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": "^10.1.5",
|
|
"eslint-plugin-import": "^2.31.0",
|
|
"github-label-sync": "3.0.0",
|
|
"jest": "^29.7.0",
|
|
"jest-circus": "^29.7.0",
|
|
"markdown-link-check": "^3.13.7",
|
|
"markdownlint-cli": "^0.45.0",
|
|
"nock": "^13.5.6",
|
|
"prettier": "^3.5.3",
|
|
"strip-json-comments-cli": "^3.0.0",
|
|
"ts-jest": "^29.3.4",
|
|
"typescript": "^5.8.3"
|
|
},
|
|
"engines": {
|
|
"node": "20.x"
|
|
}
|
|
}
|