-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 928 Bytes
/
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
{
"name": "dicord-bot",
"version": "1.0.0",
"main": "bot.js",
"repository": "[email protected]:Arena-Tasks/dicord-bot.git",
"author": "YourDad07 <[email protected]>",
"license": "MIT",
"scripts": {
"start": "node bot.js",
"dev": "nodemon --legacy-watch bot.js",
"lint": "eslint --plugin markdown --ext js,md .",
"fix": "eslint --fix --plugin markdown --ext js,md .",
"prepare": "husky install",
"test": "jest"
},
"engines": {
"node": "16.x",
"yarn": "1.22.19"
},
"devDependencies": {
"eslint": "^8.27.0",
"eslint-cli": "^1.1.1",
"eslint-plugin-markdown": "^3.0.0",
"husky": "^8.0.2",
"jest": "^29.3.0",
"nodemon": "^2.0.19"
},
"dependencies": {
"axios": "^0.27.2",
"date-and-time": "^2.4.1",
"dayjs": "^1.11.4",
"discord.js": "^13.8.1",
"dotenv": "^16.0.1",
"quickchart-js": "^3.0.1",
"winston": "^3.8.2"
}
}