-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 889 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 889 Bytes
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
{
"name": "@nsnanocat/template",
"version": "1.1.0",
"description": "开箱即用的脚本模板仓库 - Out-of-the-box script template repository",
"scripts": {
"build": "rollup -c",
"build:dev": "rollup --config --configDev",
"build:watch": "rollup -c -w"
},
"keywords": [
"template",
"nsnanocat",
"script",
"rollup",
"hono"
],
"author": "NSNanoCat",
"license": "MIT",
"dependencies": {
"@biomejs/biome": "^2.4.6",
"@nsnanocat/grpc": "^1.0.0",
"@nsnanocat/url": "^1.2.5",
"@nsnanocat/util": "^2.2.3",
"crypto-js": "^4.2.0",
"fetch-cookie": "^3.2.0",
"hono": "^4.12.7",
"node-fetch": "^3.3.2",
"node-polyfill-webpack-plugin": "^4.1.0"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^25.0.8",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "^16.0.3",
"@rollup/plugin-terser": "^0.4.4",
"rollup": "^4.59.0"
}
}