-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
67 lines (67 loc) · 1.87 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"name": "main-discord-bot",
"version": "1.0.0",
"description": "Backend for Discord bot for our discord guild: https://discord.gg/ADFYZtJ",
"keywords": [
"aniname",
"discord",
"bot"
],
"repository": {
"type": "git",
"url": "git+https://github.com/ANIname/main-discord-bot.git"
},
"engines": {
"node": ">=20.9.0"
},
"author": "KiiDii <[email protected]>",
"license": "ISC",
"bugs": {
"url": "https://github.com/ANIname/main-discord-bot/issues"
},
"homepage": "https://github.com/ANIname/main-discord-bot#readme",
"devDependencies": {
"@types/bluebird": "^3.5.42",
"@types/chroma-js": "^2.4.4",
"@types/inquirer": "^9.0.7",
"@types/lodash": "^4.17.4",
"@types/uuid": "^9.0.8",
"@typescript-eslint/eslint-plugin": "^7.11.0",
"@typescript-eslint/parser": "^7.11.0",
"dotenv": "^16.4.5",
"eslint": "^9.3.0",
"eslint-plugin-align-import": "^1.0.0",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsdoc": "^48.2.6",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-optimize-regex": "^1.2.1",
"eslint-plugin-promise": "^6.2.0",
"eslint-plugin-simple-import-sort": "^12.1.0",
"eslint-plugin-sonarjs": "^1.0.3",
"eslint-plugin-unicorn": "^53.0.0",
"inquirer": "^9.2.22",
"pm2": "^5.4.0",
"ts-node": "^10.9.2",
"ts-node-dev": "^2.0.0",
"typescript": "^5.4.5"
},
"dependencies": {
"@prisma/client": "^5.14.0",
"bluebird": "^3.7.2",
"case": "^1.6.3",
"chroma-js": "^2.4.2",
"cron": "^3.1.7",
"decline-word": "^1.4.0",
"directory-import": "^3.3.1",
"discord.js": "^14.15.2",
"eslint-plugin-align-assignments": "^1.1.2",
"glob": "^10.4.1",
"knex": "^3.1.0",
"lodash": "^4.17.21",
"openai": "^4.47.1",
"pg": "^8.11.5",
"prisma": "^5.14.0",
"uuid": "^9.0.1"
}
}