-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 888 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 888 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
{
"name": "anotherbot",
"displayName": "AnotherBot",
"version": "2.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "nodemon ./src/bot.js",
"start": "node ./src/bot.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"better-logging": "^4.7.0",
"canvas": "^2.9.1",
"chalk": "4.1.0",
"colors": "^1.4.0",
"discord-modals": "^1.3.5",
"discord.js": "^13.6.0",
"dotenv": "^8.2.0",
"mariadb": "^2.5.1",
"mysql2": "^2.2.5",
"sequelize-cli": "^6.4.1",
"simple-node-logger": "^21.8.12",
"slappey": "^4.0.0",
"winston": "^3.7.2"
},
"devDependencies": {
"eslint": "^8.14.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
"prettier": "^2.6.2",
"sequelize": "^6.3.5"
}
}