-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
55 lines (55 loc) · 1.44 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
{
"name": "dynamica-v2",
"version": "3.3.6",
"description": "",
"author": "",
"private": false,
"type": "module",
"license": "GPL-3.0-only",
"scripts": {
"build": "tsup",
"dev": "tsup --watch",
"start": "node dist/main --enable-source-maps",
"semantic-release": "semantic-release",
"format": "biome format --write ./src",
"lint": "biome lint --write ./src"
},
"dependencies": {
"@nestjs/common": "^10.0.0",
"@nestjs/core": "^10.0.0",
"@nestjs/platform-express": "^10.0.0",
"@nestjs/schedule": "^4.1.0",
"@sentry/node": "^8.0.0",
"@t3-oss/env-core": "^0.11.1",
"class-transformer": "^0.5.1",
"class-validator": "^0.14.0",
"discord-api-types": "^0.37.38",
"discord.js": "^14.9.0",
"dotenv": "^16.4.5",
"drizzle-orm": "^0.33.0",
"emoji-random-list": "^1.1.3",
"mqtt": "^5.0.0",
"necord": "^6.0.0",
"postgres": "^3.4.4",
"reflect-metadata": "^0.2.0",
"romans": "^2.0.8",
"rxjs": "^7.8.0",
"zod": "^3.23.8"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.7",
"@nestjs/cli": "^10.0.0",
"@swc/core": "^1.3.46",
"@types/node": "20.17.12",
"@types/romans": "^2.0.0",
"drizzle-kit": "^0.24.2",
"tsup": "^8.0.0",
"typescript": "^5.0.4"
},
"repository": {
"type": "git",
"url": "https://github.com/DynamicaBot/Dynamica-V2.git"
}
}