-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
44 lines (44 loc) · 1.12 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
{
"name": "discordrolebot",
"version": "2.2.0",
"description": "rolebot",
"main": "start.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "nodemon start.js",
"start": "node start.js"
},
"author": "AcoVanConis",
"license": "ISC",
"dependencies": {
"bcrypt": "^5.0.1",
"better-sqlite3": "^9.0.0",
"body-parser": "^1.20.0",
"discord.js": "^14.2.0",
"express": "^4.18.1",
"express-handlebars": "^7.0.7",
"express-session": "^1.17.3",
"fetch": "^1.1.0",
"fs": "0.0.2",
"i18n-nodejs": "^3.0.0",
"log-to-file": "^3.0.0",
"moment": "^2.29.4",
"mysql": "^2.18.1",
"node": "^20.2.0",
"nodemon": "^3.0.1",
"regexp": "^1.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/acocalypso/DiscordRoleManager.git"
},
"bugs": {
"url": "https://github.com/acocalypso/DiscordRoleManager/issues"
},
"homepage": "https://github.com/acocalypso/DiscordRoleManager#readme",
"devDependencies": {
"eslint": "^8.21.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.26.0"
}
}