generated from adams549659584/utools-tmpl
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 800 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 800 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
{
"name": "CryptoChasersTools",
"version": "0.0.1",
"description": "CryptoChasers工具箱",
"main": "main.ts",
"scripts": {
"dev": "set NODE_ENV=development && rollup -c -w",
"build": "set NODE_ENV=production && rollup -c"
},
"author": "",
"license": "ISC",
"devDependencies": {
"rollup": "^2.24.0",
"rollup-plugin-cleaner": "^1.0.0",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-copy": "^3.3.0",
"rollup-plugin-json": "^4.0.0",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-replace": "^2.2.0",
"rollup-plugin-terser": "^7.0.0",
"rollup-plugin-typescript": "^1.0.1",
"tslib": "^2.0.1",
"typescript": "^3.9.7"
},
"dependencies": {
"axios": "^0.19.2",
"encoding": "^0.1.13",
"viem": "^1.10.4"
}
}