Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 16.6.0 to 16.6.1. - [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-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
44 lines
1.0 KiB
JSON
44 lines
1.0 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.4.0",
|
|
"@actions/tool-cache": "^1.7.1",
|
|
"semver": "^7.3.5",
|
|
"typed-rest-client": "^1.8.5"
|
|
},
|
|
"devDependencies": {
|
|
"@actions/io": "^1.1.1",
|
|
"@types/jest": "^27.0.1",
|
|
"@types/node": "^16.6.1",
|
|
"@types/semver": "^7.3.8",
|
|
"@typescript-eslint/eslint-plugin": "^4.29.1",
|
|
"@typescript-eslint/parser": "^4.29.1",
|
|
"@vercel/ncc": "^0.29.0",
|
|
"eslint": "^7.32.0",
|
|
"eslint-config-airbnb-typescript": "^12.3.1",
|
|
"eslint-config-prettier": "^8.3.0",
|
|
"eslint-plugin-import": "^2.24.0",
|
|
"jest": "^26.6.3",
|
|
"jest-circus": "^27.0.6",
|
|
"nock": "^13.1.1",
|
|
"prettier": "^2.3.2",
|
|
"ts-jest": "^26.5.6",
|
|
"typescript": "^4.3.5"
|
|
}
|
|
}
|