-
Notifications
You must be signed in to change notification settings - Fork 40
Expand file tree
/
Copy pathpackage.json
More file actions
66 lines (66 loc) · 1.61 KB
/
package.json
File metadata and controls
66 lines (66 loc) · 1.61 KB
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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"name": "api-mirip-zeks",
"version": "2.0.0",
"description": "Rest api update by Zeeoneofc",
"main": "index.js",
"scripts": {
"start": "node index.js",
"lint:check": "eslint",
"lint:fix": "eslint views/*.html --fix"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zeeone-ofc/api-mirip-zeks.git"
},
"keywords": [
"botwa",
"simple",
"api",
"rest",
"api",
"website",
"api-mirip-zeks"
],
"author": "Zeeoneofc",
"license": "ISC",
"bugs": {
"url": "https://github.com/zeeone-ofc/api-mirip-zeks/issues"
},
"dependencies": {
"@bochilteam/scraper": "^4.0.22-alpha.0",
"@xct007/frieren-scraper": "^0.0.1",
"@xct007/tiktok-scraper": "^0.0.3",
"axios": "^0.21.1",
"base-64": "^1.0.0",
"base32": "0.0.6",
"brainly-scraper-v2": "^1.1.2",
"caliph-api": "^1.0.0",
"cfonts": "^2.9.1",
"chalk": "^4.1.0",
"cheerio": "^1.0.0-rc.5",
"cookie": "^0.5.0",
"cors": "^2.8.5",
"crypto": "^1.0.1",
"dandi-api": "^1.2.0",
"express": "^4.17.1",
"file-type": "^16.1.0",
"fluent-ffmpeg": "^2.1.2",
"form-data": "^3.0.0",
"lodash": "^4.17.20",
"needle": "^2.6.0",
"node-fetch": "^2.6.1",
"node-gtts": "^2.0.2",
"node-tesseract-ocr": "^2.0.0",
"qs": "^6.10.1",
"request": "^2.88.2",
"spinnies": "^0.5.1",
"ssl-express-www": "^3.0.7",
"urlencode": "^1.1.0"
},
"homepage": "https://github.com/zeeone-ofc/api-mirip-zeks#readme",
"devDependencies": {
"@html-eslint/eslint-plugin": "^0.17.1",
"@html-eslint/parser": "^0.17.1",
"eslint": "^8.36.0"
}
}