-
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) · 770 Bytes
/
Copy pathpackage.json
File metadata and controls
27 lines (27 loc) · 770 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": "image-downloader_server",
"version": "0.3.0",
"description": "《苯苯存图》软件的服务端",
"main": "app.js",
"scripts": {
"start": "node app.js",
"test": "node tests/extractTest.js",
"lint": "eslint --config eslint.config.js .",
"lint:fix": "eslint --config eslint.config.js . --fix"
},
"author": "iBenzene",
"dependencies": {
"@aws-sdk/client-s3": "^3.901.0",
"adm-zip": "^0.5.16",
"axios": "^1.11.0",
"express": "^5.1.0",
"ffmpeg-static": "^5.3.0",
"fluent-ffmpeg": "^2.1.3"
},
"devDependencies": {
"@eslint/js": "^10.0.1",
"dotenv": "^17.2.3",
"eslint": "^10.0.0",
"globals": "^17.3.0"
}
}