-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1 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
{
"name": "loom-action",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc",
"init": "tsc --init",
"package": "ncc build --source-map",
"dist": "npm run build && npm run package"
},
"repository": {
"type": "git",
"url": "git+https://github.com/JEsperancinhaOrg/loom-action.git"
},
"author": "João Esperancinha",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/JEsperancinhaOrg/loom-action/issues"
},
"homepage": "https://github.com/JEsperancinhaOrg/loom-action#readme",
"dependencies": {
"@actions/core": "^1.11.0",
"@actions/github": "^6.0.0",
"fs": "^0.0.1-security",
"https": "^1.0.0",
"path": "^0.12.7",
"tar-fs": "^3.0.6",
"zlib": "^1.0.5"
},
"devDependencies": {
"@types/node": "^22.7.4",
"@types/tar-fs": "^2.0.4",
"@vercel/ncc": "^0.38.2",
"npm-prepare-dist": "^0.5.0",
"typescript": "^5.6.2"
}
}