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/go-task/setup-task.git"
|
|
},
|
|
"keywords": [
|
|
"actions",
|
|
"taskfile",
|
|
"task",
|
|
"setup"
|
|
],
|
|
"author": "Arduino",
|
|
"license": "GPL-3.0",
|
|
"dependencies": {
|
|
"@actions/core": "^2.0.0",
|
|
"@actions/tool-cache": "^2.0.2",
|
|
"semver": "^7.7.2",
|
|
"typed-rest-client": "^2.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"@actions/io": "^2.0.0",
|
|
"@types/jest": "^30.0.0",
|
|
"@types/node": "^24.0.0",
|
|
"@types/semver": "^7.7.1",
|
|
"@typescript-eslint/eslint-plugin": "^8.0.0",
|
|
"@typescript-eslint/parser": "^8.0.0",
|
|
"@vercel/ncc": "^0.38.3",
|
|
"ajv-cli": "^5.0.0",
|
|
"ajv-formats": "^3.0.1",
|
|
"eslint": "^9.0.0",
|
|
"eslint-config-airbnb-base": "^15.0.0",
|
|
"eslint-config-airbnb-typescript": "^18.0.0",
|
|
"eslint-config-prettier": "^10.1.8",
|
|
"eslint-plugin-import": "^2.32.0",
|
|
"github-label-sync": "3.0.0",
|
|
"jest": "^30.1.3",
|
|
"jest-circus": "^30.1.1",
|
|
"markdown-link-check": "^3.13.7",
|
|
"markdownlint-cli": "^0.47.0",
|
|
"nock": "^14.0.0",
|
|
"prettier": "^3.6.2",
|
|
"strip-json-comments-cli": "^3.0.0",
|
|
"ts-jest": "^29.4.1",
|
|
"typescript": "^5.9.2"
|
|
},
|
|
"engines": {
|
|
"node": "24.x"
|
|
}
|
|
}
|