generated from actions/typescript-action
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
40 lines (40 loc) · 922 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
37
38
39
40
{
"name": "fetch-captain",
"version": "1.0.0",
"keywords": [
"actions",
"node",
"setup",
"bilibili"
],
"repository": {
"type": "git",
"url": "git+https://github.com/yjl9903/fetch-captain.git"
},
"license": "MIT",
"author": "XLor",
"main": "lib/main.js",
"scripts": {
"all": "npm run build && npm run format && npm run package",
"build": "tsc",
"format": "prettier --write ./src/*.ts",
"package": "ncc build --license licenses.txt",
"release": "node ./scripts/release.mjs",
"start": "tsx scripts/run.ts"
},
"dependencies": {
"@actions/core": "^1.10.1",
"axios": "^1.6.8"
},
"devDependencies": {
"@types/node": "18.16.0",
"@vercel/ncc": "0.36.1",
"execa": "7.1.1",
"fs-extra": "11.1.1",
"js-yaml": "4.1.0",
"prettier": "^3.2.5",
"tsx": "^4.7.3",
"typescript": "5.0.4"
},
"packageManager": "pnpm@9.0.6"
}