-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
34 lines (34 loc) · 987 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
{
"name": "editor-de-video-amb-interficie-web",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/peluko00/Editor-de-video-amb-interficie-web.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/peluko00/Editor-de-video-amb-interficie-web/issues"
},
"homepage": "https://github.com/peluko00/Editor-de-video-amb-interficie-web#readme",
"dependencies": {
"@ffmpeg-installer/ffmpeg": "^1.1.0",
"@ffmpeg/core": "^0.11.0",
"@ffmpeg/ffmpeg": "^0.11.6",
"@ffprobe-installer/ffprobe": "^1.4.1",
"body-parser": "^1.20.1",
"cookie-parser": "^1.4.6",
"download": "^8.0.0",
"express": "^4.18.2",
"express-session": "^1.17.3",
"fluent-ffmpeg": "^2.1.2",
"fs": "^0.0.1-security",
"multer": "^1.4.5-lts.1"
}
}