This repository was archived by the owner on Jan 16, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.53 KB
/
package.json
File metadata and controls
61 lines (61 loc) · 1.53 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
{
"name": "baqualine",
"version": "1.4.0",
"description": "A LINE bot with many features!",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/Uryaaa/baqualine.git"
},
"keywords": [
"LINE",
"linebot",
"official account",
"OA",
"bot"
],
"author": "Alif Aldiansyah",
"license": "ISC",
"dependencies": {
"@strdr4605/mockingcase": "^1.10.5",
"@vitalets/google-translate-api": "^8.0.0",
"@waynechang65/linebot": "^1.2.1",
"axios": "^0.27.2",
"canvacord": "^5.2.3",
"cheerio": "^1.0.0-rc.12",
"dotenv": "^16.0.2",
"enmap": "^5.9.0",
"express": "^4.18.1",
"form-data": "^4.0.0",
"genius-lyrics": "^4.2.9",
"git": "^0.1.5",
"google-play-scraper": "^9.1.1",
"hanime": "^1.2.1",
"he": "^1.2.0",
"html2markdown": "^1.1.0",
"mathjs": "^11.5.1",
"moment": "^2.29.4",
"moment-duration-format": "^2.3.2",
"nana-api": "github:Uryaaa/nana-api-tempfix",
"nhentai-api": "^3.4.3",
"node-fetch": "^2.6.7",
"numeral": "^2.0.6",
"openai": "^3.1.0",
"patch-package": "^6.5.1",
"request": "^2.88.2",
"request-promise-native": "^1.0.9",
"urban-dictionary": "^3.0.2",
"url": "^0.11.0",
"weather-js": "^2.0.0",
"youtube-sr": "^4.3.1",
"ytdl-core": "^4.11.2"
},
"scripts": {
"start": "node server.js",
"postinstall": "patch-package"
},
"bugs": {
"url": "https://github.com/Uryaaa/baqualine/issues"
},
"homepage": "https://github.com/Uryaaa/baqualine#readme"
}