-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 884 Bytes
/
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
{
"name": "treefmt-action",
"version": "1.4.0",
"description": "",
"type": "module",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc",
"package": "ncc build src/main.ts --source-map --license licenses.txt"
},
"repository": {
"type": "git",
"url": "git+https://github.com/isbecker/treefmt-action.git"
},
"keywords": [],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/isbecker/treefmt-action/issues"
},
"homepage": "https://github.com/isbecker/treefmt-action#readme",
"devDependencies": {
"@types/node": "^20.14.9",
"@vercel/ncc": "^0.38.1",
"typescript": "^5.5.3"
},
"dependencies": {
"@actions/core": "^1.10.1",
"@actions/exec": "^1.1.1",
"@actions/github": "^6.0.0",
"@actions/glob": "^0.5.0",
"@actions/tool-cache": "^2.0.1",
"@octokit/rest": "^21.0.0"
}
}