-
Notifications
You must be signed in to change notification settings - Fork 24
/
package.json
44 lines (44 loc) · 1.05 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
{
"name": "arnz-api",
"version": "1.0.0",
"description": "res api website",
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "start"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/LoliKillers/Arnz-Api.git"
},
"author": "LolKill",
"license": "ISC",
"bugs": {
"url": "https://github.com/LoliKillers/Arnz-Api/issues"
},
"homepage": "https://github.com/LoliKillers/Arnz-Api#readme",
"dependencies": {
"@lolikillers/aexm-api": "github:Aexm47/AEXM47",
"axios": "^0.21.1",
"base-64": "^1.0.0",
"base32": "0.0.6",
"chalk": "^4.1.0",
"cheerio": "^1.0.0-rc.5",
"cors": "^2.8.5",
"express": "^4.17.1",
"lodash": "^4.17.20",
"moment": "^2.29.1",
"mongodb": "^3.6.3",
"monk": "^7.3.3",
"morgan": "^1.10.0",
"needle": "^2.6.0",
"node-fetch": "^2.6.1",
"qs": "^6.10.1",
"request": "^2.88.2",
"scrape-yt": "^1.4.8",
"ssl-express-www": "^3.0.7",
"urlencode": "^1.1.0",
"ytdl-core": "^4.4.5",
"ytpl": "^2.0.5"
}
}