Bumps [ts-jest](https://github.com/kulshekhar/ts-jest) from 24.0.2 to 24.3.0. - [Release notes](https://github.com/kulshekhar/ts-jest/releases) - [Changelog](https://github.com/kulshekhar/ts-jest/blob/master/CHANGELOG.md) - [Commits](https://github.com/kulshekhar/ts-jest/compare/v24.0.2...v24.3.0) Signed-off-by: dependabot[bot] <support@github.com>
49 lines
1.2 KiB
JSON
49 lines
1.2 KiB
JSON
{
|
|
"name": "setup-task",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"description": "Setup Task action",
|
|
"main": "lib/main.js",
|
|
"scripts": {
|
|
"format": "prettier --write **/*.ts",
|
|
"format-check": "prettier --check **/*.ts"
|
|
},
|
|
"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.2.7",
|
|
"@actions/tool-cache": "^1.6.1",
|
|
"semver": "^7.3.5",
|
|
"typed-rest-client": "^1.8.4"
|
|
},
|
|
"devDependencies": {
|
|
"@actions/io": "^1.1.0",
|
|
"@types/jest": "^26.0.23",
|
|
"@types/node": "^12.0.4",
|
|
"@types/semver": "^7.3.5",
|
|
"@typescript-eslint/eslint-plugin": "^4.22.1",
|
|
"@typescript-eslint/parser": "^4.22.1",
|
|
"@vercel/ncc": "^0.28.5",
|
|
"eslint": "^7.25.0",
|
|
"eslint-config-airbnb-typescript": "^12.3.1",
|
|
"eslint-config-prettier": "^8.3.0",
|
|
"eslint-plugin-import": "^2.22.1",
|
|
"jest": "^24.9.0",
|
|
"jest-circus": "^26.6.3",
|
|
"prettier": "^2.2.1",
|
|
"nock": "^13.0.11",
|
|
"ts-jest": "^24.3.0",
|
|
"typescript": "^4.2.4"
|
|
}
|
|
}
|