-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1019 Bytes
/
package.json
File metadata and controls
45 lines (45 loc) · 1019 Bytes
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
44
45
{
"name": "setup-task",
"private": true,
"description": "Setup Task action",
"keywords": [
"actions",
"setup",
"task",
"taskfile"
],
"license": "GPL-3.0",
"author": "Arduino",
"repository": {
"type": "git",
"url": "git+https://github.com/go-task/setup-task.git"
},
"type": "module",
"main": "lib/main.js",
"dependencies": {
"@actions/core": "^3.0.0",
"@actions/http-client": "^4.0.0",
"@actions/tool-cache": "^4.0.0",
"semver": "^7.7.4"
},
"devDependencies": {
"@actions/io": "^3.0.2",
"@types/node": "^25.6.0",
"@types/semver": "^7.7.1",
"@vercel/ncc": "^0.38.4",
"ajv-cli": "^5.0.0",
"ajv-formats": "^3.0.1",
"github-label-sync": "3.0.0",
"markdown-link-check": "^3.14.2",
"markdownlint-cli": "^0.48.0",
"nock": "^13.5.6",
"oxfmt": "^0.45.0",
"oxlint": "^1.60.0",
"strip-json-comments-cli": "^3.0.0",
"typescript": "^6.0.3",
"vitest": "^4.1.4"
},
"engines": {
"node": "24.x"
}
}