-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.02 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": "tag-application-bot",
"version": "1.0.0",
"description": "No description yet",
"main": "server.js",
"type": "module",
"scripts": {
"start": "node server.js",
"dev": "nodemon server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/LhonRafaat/tag-application-bot.git"
},
"keywords": [
"bot"
],
"author": "Lhon",
"license": "ISC",
"bugs": {
"url": "https://github.com/LhonRafaat/tag-application-bot/issues"
},
"homepage": "https://github.com/LhonRafaat/tag-application-bot#readme",
"dependencies": {
"axios": "^0.26.1",
"bcrypt": "^5.0.1",
"canvas": "^2.9.1",
"cors": "^2.8.5",
"dayjs": "^1.11.11",
"discord.js": "^14.9.0",
"dotenv": "^16.0.0",
"express": "^4.17.3",
"jsonwebtoken": "^8.5.1",
"mongoose": "^6.3.1",
"node-cron": "^3.0.3",
"validator": "^13.7.0"
},
"devDependencies": {
"eslint": "^8.14.0",
"eslint-config-prettier": "^8.5.0",
"nodemon": "^2.0.15",
"prettier": "^2.6.2"
}
}