-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 958 Bytes
/
package.json
File metadata and controls
48 lines (48 loc) · 958 Bytes
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
{
"name": "Pal-bot",
"version": "6.0.0",
"description": "Paladins Discord Bot",
"main": "main.js",
"scripts": {
"start": "pm2 start main.js",
"stop": "pm2 stop main",
"restart": "pm2 restart main",
"info": "pm2 info main",
"monit": "pm2 monit"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rogap/Pal-bot.git"
},
"keywords": [
"paladins bot",
"paladins",
"paladins stats"
],
"author": {
"name": "rogap",
"discord": "https://discord.gg/C2phgzTxH9"
},
"license": "GNU GPL",
"bugs": {
"url": "https://discord.gg/C2phgzTxH9"
},
"homepage": "https://github.com/rogap/pubo",
"dependencies": {
"axios": "^0.25.0",
"canvas": "^2.8.0",
"discord.js": "^13.1.0",
"dotenv": "^8.6.0",
"fs": "*",
"md5": "2.3.0",
"moment": "2.27.0",
"mongoose": "^5.13.5",
"path": "^0.12.7",
"random-useragent": "^0.5.0",
"request": "^2.88.2"
},
"engines": {
"node": "^16.6.1",
"npm": "^7.20.3"
}
}