-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.23 KB
/
Copy pathpackage.json
File metadata and controls
45 lines (45 loc) · 1.23 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
{
"name": "bydgobot",
"version": "2.22.1",
"homepage": "https://github.com/sefinek/bydgobot#readme",
"bugs": {
"url": "https://github.com/sefinek/bydgobot/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sefinek/bydgobot.git"
},
"license": "CC-BY-NC-SA-4.0",
"author": "Sefinek <contact@sefinek.net> (https://sefinek.net)",
"main": "index.js",
"scripts": {
"mon": "nodemon index.js",
"sl": "node depoly-commands.js",
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1",
"m": "ncu -u && npm install && npm update",
"upg": "git pull && npm run up",
"upp": "npm run upg && pm2 restart bydgobot"
},
"dependencies": {
"@discordjs/builders": "^1.11.3",
"@discordjs/rest": "^2.6.0",
"@sefinek/cleverbot-free": "^2.1.6",
"axios": "^1.11.0",
"cron": "^4.3.3",
"discord.js": "^14.22.1",
"env-native": "^1.1.2",
"express": "^5.1.0",
"helmet": "^8.1.0",
"is-discord-invite": "^3.0.6",
"moment": "^2.30.1",
"mongoose": "^8.18.0",
"node-os-utils": "^1.3.7",
"ws": "^8.18.3"
},
"devDependencies": {
"@eslint/js": "^9.34.0",
"discord-api-types": "^0.38.21",
"globals": "^16.3.0"
}
}