-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 965 Bytes
/
package.json
File metadata and controls
42 lines (42 loc) · 965 Bytes
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
{
"name": "zanixon-api-v2",
"version": "0.1.0",
"description": "Just free API",
"main": "index.js",
"directories": {
"lib": "lib"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js"
},
"keywords": [
"zanixon",
"api",
"zanixon-api",
"zanixonapi"
],
"author": "ZTRdiamond",
"license": "ISC",
"dependencies": {
"@tobyg74/tiktok-api-dl": "^1.0.4",
"@xaviabot/fb-downloader": "^1.0.14",
"axios": "^1.4.0",
"chalk": "^5.3.0",
"colors": "^1.4.0",
"cookie-parser": "^1.4.6",
"cookie-session": "^2.0.0",
"express": "^4.18.2",
"fs": "^0.0.1-security",
"glob": "^10.3.3",
"http": "^0.0.1-security",
"insta-fetcher": "^1.3.26",
"moment-timezone": "^0.5.43",
"mysql": "^2.18.1",
"numeral": "^2.0.6",
"path": "^0.12.7",
"socket.io": "^4.7.1",
"ytdl-core": "^4.11.5",
"zerochan-scraper-ts": "^2.0.0"
}
}