-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 772 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 772 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
{
"name": "utools-thesis-tools",
"version": "1.2.6",
"description": "一些学术小工具",
"scripts": {
"build": "node esbuild.js",
"build:dev": "env NODE_ENV=development node esbuild.js",
"build:drop": "env NODE_ENV=dropconsole node esbuild.js",
"build:prod": "env NODE_ENV=production node esbuild.js",
"clean": "rm -rf dist/ node_modules/"
},
"author": "ciaranchen",
"contributors": [
"Dorence Deng"
],
"license": "ISC",
"dependencies": {
"axios": "^1.7.4",
"sql.js": "^1.11.0"
},
"devDependencies": {
"esbuild": "0.23.1",
"esbuild-plugin-copy": "^2.1.1",
"esbuild-plugin-dsv": "^0.0.4",
"utools-api-types": "^5.2.0"
}
}