-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
35 lines (35 loc) · 1.06 KB
/
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
35
{
"name": "webtorrent-transcode",
"version": "1.0.0",
"description": "Attempt to transcode and stream torrents downloaded with WebTorrent using FFmpeg",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/leeroybrun/webtorrent-transcode.git"
},
"author": "Leeroy Brun",
"license": "MIT",
"bugs": {
"url": "https://github.com/leeroybrun/webtorrent-transcode/issues"
},
"homepage": "https://github.com/leeroybrun/webtorrent-transcode#readme",
"dependencies": {
"@ffmpeg-installer/ffmpeg": "^1.1.0",
"@ffprobe-installer/ffprobe": "^1.3.0",
"arch": "^2.2.0",
"express": "^4.17.2",
"fluent-ffmpeg": "https://github.com/leeroybrun/node-fluent-ffmpeg#ffprobe-input-stream-win",
"fs-extra": "^10.0.0",
"mime": "^3.0.0",
"pump": "^3.0.0",
"range-parser": "^1.2.1",
"unordered-array-remove": "^1.0.2",
"url": "^0.11.0",
"uuid": "^8.3.2",
"webtorrent": "^1.5.8"
}
}