-
Notifications
You must be signed in to change notification settings - Fork 106
/
Copy pathpackage.json
41 lines (41 loc) · 984 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
41
{
"name": "simple-api",
"version": "1.0.0",
"description": "Simpe-API",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "ada lah",
"license": "ISC",
"dependencies": {
"axios": "^0.22.0",
"chalk": "^5.0.0",
"cheerio": "^1.0.0-rc.10",
"cors": "^2.8.5",
"esm": "^3.2.25",
"express": "^4.17.1",
"form-data": "^4.0.0",
"file-type": "^16.5.3",
"fs": "^0.0.1-security",
"qr-image": "^3.2.0",
"got": "^11.8.3",
"google-it": "^1.6.2",
"hxz-api": "^1.0.1",
"jsdom": "^17.0.0",
"morgan": "^1.10.0",
"multer": "^1.4.3",
"nana-api": "^1.1.4",
"spotifydl-core": "^0.2.0",
"url": "^0.11.0",
"nhentai-js": "^4.0.0",
"node-fetch": "^2.6.1",
"node-fetch-cookies": "^2.0.3",
"path": "^0.12.7",
"pdfkit": "^0.13.0",
"ssl-express-www": "^3.0.8",
"tiktok-scraper": "^1.4.36",
"vm": "^0.1.0",
"yt-search": "^2.9.0"
}
}