-
-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathpackage.json
54 lines (54 loc) · 1.34 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
{
"name": "warnable",
"version": "3.0.0",
"description": "Simple point-based warning management bot for Discord.",
"main": "./src/index.ts",
"scripts": {
"start": "ts-node ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/zacimac/warnable.git"
},
"keywords": [
"warning",
"discord-bot",
"points",
"automod",
"warning-bot",
"moderation-bot"
],
"author": "Zachary (me@zachary.lol)",
"license": "MIT",
"bugs": {
"url": "https://github.com/zacimac/warnable/issues"
},
"homepage": "https://github.com/zacimac/warnable#readme",
"devDependencies": {
"@types/node": "^18.14.6",
"ts-node": "^10.9.1",
"typescript": "^4.9.5"
},
"dependencies": {
"@discordjs/builders": "^1.4.0",
"@discordjs/rest": "^1.5.0",
"@emotion/react": "^11.10.6",
"@mantine/core": "^6.0.1",
"@mantine/form": "^6.0.1",
"@mantine/hooks": "^6.0.1",
"@mantine/modals": "^6.0.1",
"@next-auth/sequelize-adapter": "^1.0.7",
"@tabler/icons-react": "^2.10.0",
"@types/react": "^18.0.28",
"discord-api-types": "^0.37.35",
"discord.js": "^14.7.1",
"dotenv": "^16.0.3",
"next": "^13.2.4",
"next-auth": "^4.20.1",
"node-fetch": "^3.3.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sequelize": "^6.29.1",
"sqlite3": "^5.1.4"
}
}