-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 874 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 874 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
38
{
"name": "jerma-bot",
"version": "1.0.0",
"description": "Debt collector",
"main": "index.js",
"scripts": {
"test": "NODE_ENV=test jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ShiroTohu/Jerma-Bot.git"
},
"keywords": [
"jerma"
],
"author": "shirotohu",
"license": "GNU GENERAL PUBLIC LICENSE",
"bugs": {
"url": "https://github.com/ShiroTohu/Jerma-Bot/issues"
},
"homepage": "https://github.com/ShiroTohu/Jerma-Bot#readme",
"dependencies": {
"@dotenvx/dotenvx": "^1.36.0",
"commander": "^13.1.0",
"discord.js": "^14.14.1",
"pg": "^8.14.1",
"pg-hstore": "^2.3.4",
"pino": "^9.6.0",
"pino-pretty": "^13.0.0",
"sequelize": "^6.37.5",
"sqlite3": "^5.1.7"
},
"devDependencies": {
"@eslint/js": "^9.25.0",
"eslint": "^9.25.0",
"jest": "^29.7.0"
}
}