-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.37 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
{
"name": "kami",
"version": "4.13.8",
"description": "Um BOT para Discord com foco em ajudar em mesas de RPG online, tendo suas principais funções criar fichas e rolar dados.",
"main": "index.js",
"scripts": {
"start": "node index.js --full",
"apiMode": "node index.js --api",
"botMode": "node index.js --bot",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"rpg",
"discord",
"bot",
"fichas",
"dados",
"online",
"ajudante",
"gratuito",
"portugues",
"ingles"
],
"author": "Kamikaze_184",
"license": "CC BY-NC-ND 4.0",
"dependencies": {
"@alanfilho184/kami-lru-cache": "^1.2.0",
"@discordjs/rest": "^0.1.0-canary.0",
"ascii-table": "0.0.9",
"axios": "^0.24.0",
"colors": "^1.4.0",
"crypto-js": "^4.1.1",
"discord-api-types": "^0.24.0",
"discord.js": "^14.13.0",
"dotenv": "^10.0.0",
"es-abstract": "^1.17.7",
"express": "^4.17.1",
"fast-glob": "^3.2.7",
"luxon": "^2.1.1",
"milliseconds-parser": "^1.0.2",
"node-schedule": "^2.0.0",
"os-utils": "0.0.14",
"pg": "^8.6.0",
"pidusage": "^2.0.21",
"roll": "^1.3.1",
"sequelize": "^6.6.4",
"socket.io": "^4.5.1",
"string-similarity": "^4.0.4"
},
"engines": {
"node": ">=16.15.1",
"npm": ">=8.1.2"
},
"devDependencies": {
"nodemon": "^3.0.1"
}
}