-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 729 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 729 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
{
"name": "ffmpeg-api",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start":"node --experimental-wasm-threads server.js",
"start2": "node --experimental-wasm-threads --experimental-wasm-bulk-memory server.js ",
"s":"nodemon -e js,html --experimental-wasm-threads --experimental-wasm-bulk-memory server.js"
},
"type": "module",
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@ffmpeg/core": "^0.10.0",
"@ffmpeg/ffmpeg": "^0.10.1",
"btoa": "^1.2.1",
"cors": "^2.8.5",
"express": "^4.18.1",
"multer": "^1.4.4",
"nodemon": "^2.0.16",
"p-queue": "^7.2.0"
}
}