-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 829 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 829 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
{
"name": "contribution-bot",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node dist/index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"_moduleAliases": {
"@": "./dist",
"@embeds": "./dist/builders/embeds"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@types/i18n": "^0.13.7",
"@types/node": "^20.8.4",
"@types/node-schedule": "^2.1.4",
"@types/validator": "^13.11.2",
"typescript": "^5.2.2"
},
"dependencies": {
"discord-analytics": "^2.0.1",
"discord.js": "^14.14.1",
"dotenv": "^16.3.1",
"i18next": "^23.6.0",
"i18next-fs-backend": "^2.2.0",
"module-alias": "^2.2.3",
"mysql2": "^3.6.2",
"node-schedule": "^2.1.1",
"short-uuid": "^4.2.2"
}
}