This repository has been archived by the owner on Jan 27, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
79 lines (79 loc) · 2.01 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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
{
"name": "cytrus",
"version": "2.4.8",
"description": "A multipurpose bot to handle all your needs.",
"main": "app.js",
"scripts": {
"start": "node app.js",
"node": "node app.js",
"forever": "forever start app.js",
"pm2": "pm2 start app.js",
"pnpm": "pnpm server start",
"yarn": "yarn run app.js",
"nodemon": "nodemon app.js",
"snyk-protect": "snyk protect",
"prepare": "npm run snyk-protect"
},
"engines": {
"node": "10.x"
},
"repository": {
"type": "git",
"url": "https://github.com/CelestialCrafter/cytrus"
},
"author": "CelestialCrafter#6830, EnderGirlGamer#5370",
"license": "MIT",
"dependencies": {
"better-sqlite-pool": "^0.2.2",
"better-sqlite3": "^5.4.0",
"body-parser": "^1.19.0",
"chalk": "^2.4.2",
"cleverbot.io": "^1.0.4",
"cryptr": "^5.0.0",
"discord.js": "^11.5.1",
"discord.js-minesweeper": "^1.0.4",
"ejs": "^2.6.1",
"enmap": "^4.8.7",
"express": "^4.16.4",
"express-session": "^1.16.1",
"ffmpeg-binaries": "^4.0.0",
"form-data": "^2.4.0",
"google": "^1.3.0",
"js-beautify": "^1.10.0",
"lolis.life": "^4.0.0",
"mathjs": "^5.10.3",
"moment": "^2.24.0",
"moment-duration-format": "^2.2.2",
"ms": "^2.1.2",
"nekos.life": "^2.0.4",
"node-fetch": "^2.6.0",
"node-opus": "^0.3.2",
"node-weeb": "^1.0.0",
"nodejs-base64": "^1.0.3",
"numeral": "^2.0.6",
"one-liner-joke": "^1.2.0",
"pidusage": "^2.0.17",
"request": "^2.88.0",
"rhyme": "^0.0.3",
"safe-eval": "^0.4.1",
"snyk": "^1.189.0",
"txtgen": "^2.2.2",
"urban-dictionary": "^2.2.1",
"wikipediajs": "^1.4.0",
"ytdl-core": "^0.29.2",
"ytdl-getinfo": "^1.1.0",
"ytsearcher": "^1.2.2",
"zaq": "^2.1.3",
"zxcvbn": "^4.4.2"
},
"devDependencies": {
"eslint": "^5.14.0",
"forever": "^0.15.3",
"nodemon": "^1.18.10"
},
"bugs": {
"url": "https://github.com/CelestialCrafter/cytrus/issues"
},
"homepage": "https://cytrus.ga",
"snyk": true
}