-
Notifications
You must be signed in to change notification settings - Fork 20
/
Copy pathpackage.json
43 lines (43 loc) · 1.04 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"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.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": "^15.3.0",
"@types/semver": "^7.3.6",
"@typescript-eslint/eslint-plugin": "^4.24.0",
"@typescript-eslint/parser": "^4.24.0",
"@vercel/ncc": "^0.28.5",
"eslint": "^7.26.0",
"eslint-config-airbnb-typescript": "^12.3.1",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.23.2",
"jest": "^26.6.3",
"jest-circus": "^26.6.3",
"nock": "^13.0.11",
"prettier": "^2.3.0",
"ts-jest": "^26.5.6",
"typescript": "^4.2.4"
}
}