-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 960 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
{
"name": "xgjplus",
"version": "1.0.7",
"description": "班级小管家工具",
"main": "dist/index.js",
"type": "module",
"bin": {
"xgjplus": "dist/index.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 0",
"start": "node dist/index.js",
"build": "node build.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sunwuyuan/xgjplus.git"
},
"author": "sunwuyuan",
"license": "AGPL-3.0-only",
"bugs": {
"url": "https://github.com/sunwuyuan/xgjplus/issues"
},
"homepage": "https://github.com/sunwuyuan/xgjplus#readme",
"dependencies": {
"@vercel/ncc": "^0.38.3",
"axios": "^1.7.9",
"exceljs": "^4.4.0",
"iconv-lite": "^0.6.3",
"progress": "^2.0.3",
"qrcode-terminal": "^0.12.0",
"readline": "^1.3.0"
},
"devDependencies": {
"@babel/core": "^7.20.12",
"@babel/preset-env": "^7.20.10",
"npm-version-bump": "^1.0.0"
}
}