-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
76 lines (76 loc) · 1.91 KB
/
package.json
File metadata and controls
76 lines (76 loc) · 1.91 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
67
68
69
70
71
72
73
74
75
76
{
"name": "Nao-wa",
"version": "1.0.0",
"description": "Pensiun sementara Hehe v:",
"main": "run.js",
"scripts": {
"start": "node run.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Nathan",
"license": "Apache-2.0",
"dependencies": {
"@justalk/pornhub-api": "^3.5.0",
"@open-wa/wa-automate": "^4.5.1",
"@open-wa/wa-decrypt": "^3.1.0",
"axios": "^0.21.1",
"bent": "^7.3.12",
"canvacord": "^5.2.1",
"chart.js": "^3.5.1",
"chartjs-node-canvas": "^3.2.0",
"discord-canvas": "^1.4.1",
"ffmpeg": "0.0.4",
"figlet": "^1.5.0",
"fs-extra": "^9.1.0",
"google-it": "^1.6.2",
"google-translate-open-api": "^1.3.7",
"got": "^11.8.1",
"human-readable": "^0.2.1",
"image-size": "^0.9.7",
"image-to-base64": "^2.2.0",
"image-to-pdf": "^1.0.0",
"mathjs": "^8.1.1",
"moment-timezone": "^0.5.33",
"ms": "^2.1.3",
"nhentai": "^2.1.1",
"node-cron": "^2.0.3",
"node-fetch": "^2.6.1",
"node-gtts": "^2.0.2",
"node-rdp": "^1.0.1",
"node-wav": "^0.0.2",
"parse-ms": "^2.1.0",
"pm2": "^5.1.0",
"postman-collection": "^4.0.1",
"promise": "^8.1.0",
"puppeteer": "^10.2.0",
"resize-img": "^2.0.0",
"translatte": "^3.0.0",
"util": "^0.12.4",
"warn": "^1.0.1",
"yt-search": "^2.9.0"
},
"directories": {
"lib": "lib"
},
"devDependencies": {
"@types/puppeteer": "^5.4.3"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TobyG74/ElainaBOT",
"babel-eslint": "^10.1.0",
"eslint": "^7.9.0",
"eslint-config-standard": "^14.1.1",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1"
},
"keywords": [
"Whatsapp-Bot"
],
"bugs": {
"url": "https://github.com/ZeroChanBot/"
},
"homepage": "https://github.com/ZeroChanBot"
}