forked from dra-ft/supercut-x-padma
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 784 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
{
"name": "supercut-x-padma",
"version": "1.0.0",
"description": "a supercut maker using the pad.ma archive",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "opheliagame",
"repository": {
"type": "git",
"url": "https://github.com/dra-ft/supercut-x-padma.git"
},
"license": "ISC",
"dependencies": {
"@ffmpeg/ffmpeg": "^0.12.10",
"cheerio": "^1.0.0-rc.5",
"cors": "^2.8.5",
"express": "^4.18.2",
"ffmpeg-static": "^5.2.0",
"ffmpeg.js": "^4.2.9003",
"fluent-ffmpeg": "^2.1.2",
"minimist": "^1.2.5",
"ora": "^5.4.0",
"qs": "^6.11.2",
"request": "^2.88.2",
"request-promise": "^4.2.6",
"uuid": "^9.0.1"
},
"engines": {
"node": ">=14.0"
}
}