-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
50 lines (50 loc) · 1.19 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"name": "pokaplayer",
"version": "4.0.8",
"description": "",
"main": "index.js",
"scripts": {
"dev": "nodemon pokaplayer.js -e js --ignore public/ --ignore .git/",
"start": "node pokaplayer.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gnehs/PokaPlayer.git"
},
"author": "gnehs, rextw.com",
"license": "MIT",
"bugs": {
"url": "https://github.com/gnehs/PokaPlayer/issues"
},
"homepage": "https://github.com/gnehs/PokaPlayer#readme",
"dependencies": {
"axios": "^0.24.0",
"axios-cookiejar-support": "^2.0.3",
"bcryptjs": "*",
"compression": "^1.7.4",
"connect-mongo": "^4.4.1",
"connect-mongodb-session": "*",
"cors": "*",
"entities": "^3.0.1",
"express": "^4.17.3",
"express-session": "^1.17.1",
"fs-extra": "^9.1.0",
"helmet": "^4.4.1",
"jsonfile": "^6.1.0",
"mongoose": "^5.12.2",
"node-schedule": "^2.0.0",
"opencc-js": "^1.0.5",
"pangu": "^4.0.7",
"qrcode-terminal": "^0.12.0",
"simple-git": "^3.15.0",
"socket.io": "^4.0.0",
"stream-transcoder": "0.0.5",
"tough-cookie": "^4.0.0",
"youtube-search-without-api-key": "^1.0.7",
"yt-dlp-wrap": "^2.3.11"
},
"devDependencies": {
"chai": "*",
"mocha": "^8.3.2"
}
}