-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
37 lines (37 loc) · 999 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
35
36
37
{
"name": "yt-scissors",
"version": "1.0.9",
"description": "A simple api (npm library) that allows you to divide a YouTube video into multiple separate videos base on a video's time stamps. Created using FFmpeg, ytd-core, and freetube.",
"main": "index.js",
"files": [
"fetch",
"ffmpeg"
],
"engines": {
"node": ">=15"
},
"keywords": [
"youtube",
"download",
"video",
"ffmpeg"
],
"repository": {
"type": "git",
"url": "git://github.com/Guuzzeji/yt-scissors.git"
},
"author": "Guuzzeji <gabe.business.code@outlook.com> (https://github.com/Guuzzeji)",
"license": "MIT",
"dependencies": {
"@freetube/yt-comment-scraper": "^6.2.0",
"@terascope/fetch-github-release": "^0.8.7",
"ytdl-core": "^4.11.2"
},
"bugs": {
"url": "https://github.com/Guuzzeji/yt-scissors/issues"
},
"homepage": "https://github.com/Guuzzeji/yt-scissors#readme",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
}
}