-
Notifications
You must be signed in to change notification settings - Fork 39
/
Copy pathpackage.json
64 lines (64 loc) · 1.38 KB
/
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "miraiBot",
"version": "1.2.14",
"description": "A simple Facebook Messenger Bot made by me(CatalizCS) and my brother SpermLord.",
"main": "mirai.js",
"scripts": {
"start": "node index",
"login": "node login",
"test": "node --trace-warnings --use_strict --async-stack-traces mirai"
},
"repository": {
"type": "git",
"url": "git+https://github.com/miraipr0ject/miraiv2.git"
},
"keywords": [
"bot",
"facebook",
"projectmirai",
"messenger",
"mirai",
"catalizcs",
"spermlord",
"miraipr0ject"
],
"author": "CatalizCS & SpermLord",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/miraipr0ject/miraiv2/issues"
},
"homepage": "https://github.com/miraipr0ject/miraiv2#readme",
"dependencies": {
"helyt": "",
"@miraipr0ject/assets": "",
"axios": "",
"body-parser": "",
"caesar-salad": "",
"canvas": "",
"chalk": "",
"cheerio": "",
"child_process": "",
"crypto": "",
"eval": "",
"extract-zip": "",
"fca-xuyen-get": "^1.3.13",
"figlet": "",
"fs-extra": "^10.0.0",
"jimp": "",
"minimist": "",
"moment-timezone": "",
"ms": "",
"npmlog": "",
"path": "",
"pm2": "^5.1.0",
"readline": "",
"request": "",
"semver": "",
"sequelize": "",
"sqlite3": "",
"string-similarity": "",
"to": "^0.2.9",
"totp-generator": "",
"zalgo": "0.0.1"
}
}