-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.26 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.26 KB
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
46
47
48
49
50
51
52
{
"name": "action",
"version": "0.15.4",
"description": "",
"main": "dist/index.js",
"scripts": {
"build": "tsc && ncc build src/main.ts -o dist",
"test": "echo \"Error: no test specified\" && exit 1",
"generate-checksums": "ts-node src/generate-checksums.ts",
"ts-node": "ts-node",
"lint": "eslint src"
},
"keywords": [
"github",
"actions",
"workflows",
"node",
"graph"
],
"repository": {
"type": "git",
"url": "git+https://github.com/actionforge/action.git"
},
"author": "Actionforge",
"license": "unknown",
"bugs": {
"url": "https://github.com/actionforge/action/issues"
},
"homepage": "https://github.com/actionforge/action#readme",
"dependencies": {
"@actions/core": "^2.0.1",
"@actions/github": "^6.0.1",
"@actions/tool-cache": "^2.0.2",
"@octokit/action": "^8.0.4",
"@types/adm-zip": "^0.5.7",
"@types/tar": "^6.1.13",
"adm-zip": "^0.5.16",
"axios": "^1.13.2",
"got": "^14.6.6",
"tar": "^7.5.2",
"ts-node": "^10.9.2"
},
"devDependencies": {
"@eslint/js": "^9.39.2",
"@types/got": "^9.6.12",
"@types/node": "^25.0.3",
"@vercel/ncc": "^0.38.4",
"eslint": "^9.39.2",
"typescript": "^5.9.3",
"typescript-eslint": "^8.52.0"
}
}