-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.18 KB
/
Copy pathpackage.json
File metadata and controls
47 lines (47 loc) · 1.18 KB
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
40
41
42
43
44
45
46
47
{
"name": "jockcloud",
"version": "1.0.0",
"description": "一个本地可运行的简易云盘项目",
"main": "server.js",
"scripts": {
"start": "node server.js",
"dev": "node server.js",
"lint": "node --check server.js",
"typecheck": "node --check server.js"
},
"keywords": [
"cloud-drive",
"file-upload",
"nodejs"
],
"license": "MIT",
"dependencies": {
"@alicloud/dypnsapi20170525": "^2.0.0",
"@alicloud/dysmsapi20170525": "^4.5.0",
"@fortawesome/fontawesome-free": "^7.2.0",
"adm-zip": "^0.5.17",
"ali-oss": "^6.23.0",
"archiver": "^7.0.1",
"bcrypt": "^5.1.1",
"chart.js": "^4.4.1",
"compression": "^1.8.1",
"cos-nodejs-sdk-v5": "^2.15.4",
"express": "^4.21.2",
"ffmpeg-static": "^5.3.0",
"fluent-ffmpeg": "^2.1.3",
"jsencrypt": "^3.3.2",
"mammoth": "^1.12.0",
"monaco-editor": "^0.52.2",
"multer": "^2.0.2",
"mysql2": "^3.15.2",
"node-cron": "^4.2.1",
"officeparser": "^7.2.1",
"pdfjs-dist": "^2.16.105",
"qiniu": "^7.15.1",
"sharp": "^0.35.1",
"spark-md5": "^3.0.2",
"stream-throttle": "^0.1.3",
"uglify-js": "^3.19.3",
"xlsx": "^0.18.5"
}
}