-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
44 lines (44 loc) · 1.07 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
44
{
"name": "action",
"version": "0.9.58",
"description": "",
"main": "dist/index.js",
"scripts": {
"build": "tsc && ncc build src/main.ts -o dist",
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint src"
},
"keywords": [
"github",
"actions",
"workflows",
"node",
"graph"
],
"repository": {
"type": "git",
"url": "git+https://github.com/actionforge/action.git"
},
"author": "Actionforge",
"license": "Actionforge Community License",
"bugs": {
"url": "https://github.com/actionforge/action/issues"
},
"homepage": "https://github.com/actionforge/action#readme",
"dependencies": {
"@actions/core": "^1.10.1",
"@actions/github": "^6.0.0",
"@actions/tool-cache": "^2.0.1",
"@octokit/action": "^7.0.0",
"got": "^14.3.0"
},
"devDependencies": {
"@types/got": "^9.6.12",
"@types/node": "^20.12.12",
"@typescript-eslint/eslint-plugin": "^7.10.0",
"@typescript-eslint/parser": "^7.10.0",
"@vercel/ncc": "^0.38.1",
"eslint": "^8.56.0",
"typescript": "^5.4.5"
}
}