forked from ashley0143/poke
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 864 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
38
39
40
{
"name": "poketube",
"version": "20.22",
"description": "Libre youtube front-end",
"main": "server.js",
"scripts": {
"start": "node server.js"
},
"dependencies": {
"express": "^4.18.2",
"ejs": "^3.1.8",
"path": "^0.12.7",
"html-to-text": "^8.2.1",
"encoding": "^0.1.13",
"node-fetch": "^2.6.7",
"xml-js": "^1.6.11",
"request": "^2.88.2",
"xml2json": "^0.12.0",
"fast-xml-parser": "^4.0.11",
"moment": "^2.29.4",
"node-html-parser": "^6.1.4",
"get-image-colors": "^4.0.1",
"express-useragent": "^1.0.15",
"js-sha512": "0.8.0",
"music-info": "^1.2.1",
"wikipedia": "^1.1.9"
},
"engines": {
"node": "16.x"
},
"repository": {
"url": "https://github.com/ashpotter/poketube"
},
"license": "GPL-3.0",
"keywords": [
"poketube",
"privite",
"ytdl"
]
}