This repository has been archived by the owner on Apr 13, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathpackage.json
70 lines (70 loc) · 2.15 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
{
"name": "agent-bot",
"version": "5.10.24",
"main": "bot.js",
"dependencies": {
"@discordjs/opus": "0.5.0",
"@google-cloud/text-to-speech": "^3.1.3",
"ascii-table": "0.0.9",
"axios": "^0.21.1",
"better-sqlite3": "7.1.5",
"canvacord": "5.1.0",
"canvas": "2.7.0",
"cross-env": "^7.0.3",
"dateformat": "4.5.1",
"discord-giveaways": "^4.4.3",
"discord.js": "^12.5.3",
"dotenv": "^8.2.0",
"ffmpeg-static": "^4.3.0",
"graphlib": "^2.1.8",
"is-url": "^1.2.4",
"ksoft.js": "^3.1.4",
"mathjs": "9.3.2",
"moment": "2.29.1",
"moment-timezone": "0.5.33",
"ms": "^2.1.3",
"novelcovid": "^3.0.0",
"public-ip": "^4.0.3",
"quick.db": "^7.1.3",
"quickmongo": "3.0.2",
"random-number-csprng": "^1.0.2",
"relevant-urban": "^2.0.0",
"snyk": "1.544.0",
"sourcebin-wrapper": "^1.6.0",
"string-similarity": "^4.0.4",
"topgg-autoposter": "^1.1.10",
"twemoji-parser": "^13.0.0",
"weather-js": "^2.0.0",
"yahoo-stock-api": "^1.0.6"
},
"devDependencies": {
"eslint": "^7.24.0",
"nodemon": "^2.0.7"
},
"scripts": {
"test": "cross-env TYPE_RUN=ci node bot.js",
"dev": "cross-env TYPE_RUN=dev nodemon bot.js",
"build-inspect": "cross-env TYPE_RUN=production node --inspect --max-old-space-size=2048 index.js",
"build": "cross-env TYPE_RUN=production node --max-old-space-size=2048 index.js",
"dev-node": "cross-env TYPE_RUN=dev node bot.js",
"snyk-protect": "snyk protect",
"prepare": "npm run snyk-protect",
"eslint": "eslint '**/*.js'",
"docker-test": "node test.js",
"docker-ci": "docker-compose -f docker-compose.dev.yml --abort-on-container-exit",
"pm2": "pm2 start npm -- run build --log",
"pm2-inspect": "pm2 start npm -- run build-inspect --log"
},
"repository": {
"type": "git",
"url": "git+https://github.com/phamleduy04/agentbot-master.git"
},
"author": "Duy Pham",
"license": "CC-BY-NC-SA-4.0",
"bugs": {
"url": "https://github.com/phamleduy04/agentbot-master/issues"
},
"homepage": "https://github.com/phamleduy04/agentbot-master#readme",
"description": "Discord bot",
"snyk": true
}