-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 1.01 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
{
"dependencies": {
"@actions/exec": "^1.1.1",
"@actions/glob": "^0.4.0",
"generate-ctrl-c-event": "^2.0.1"
},
"devDependencies": {
"@actions/artifact": "^2.1.1",
"@actions/cache": "^3.2.4",
"@actions/core": "^1.10.1",
"@actions/io": "^1.1.3",
"@actions/tool-cache": "^2.0.1",
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "^15.2.3",
"@swc/core": "^1.4.0",
"@types/generate-ctrl-c-event": "^2.0.3",
"@types/node": "^20.11.16",
"@types/rollup": "^0.54.0",
"@types/source-map-support": "^0.5.10",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"@vercel/ncc": "^0.38.1",
"esbuild": "^0.20.0",
"eslint": "^8.56.0",
"eslint-plugin-only-warn": "^1.1.0",
"rollup": "^4.9.6",
"rollup-plugin-esbuild": "^6.1.1",
"rollup-plugin-swc3": "^0.11.0",
"source-map-support": "^0.5.21",
"typescript": "^5.3.3",
"unplugin-swc": "^1.4.4"
}
}