-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
44 lines (44 loc) · 1.13 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
{
"name": "Minecraft Jars API",
"version": "0.0.1",
"author": "Patrick2562",
"license": "GPL-3.0",
"scripts": {
"build": "nest build",
"dev": "nest start --watch",
"prod": "node dist/main",
"format": "prettier --write \"src/**/*.ts\""
},
"dependencies": {
"@nestjs/common": "^10.0.0",
"@nestjs/core": "^10.0.0",
"@nestjs/platform-express": "^10.0.0",
"@nestjs/serve-static": "^4.0.2",
"@prisma/client": "^5.12.1",
"@types/ansi": "^0.3.6",
"ansi": "^0.3.1",
"class-transformer": "^0.5.1",
"class-validator": "^0.14.1",
"compare-versions": "^6.1.0",
"cron": "^3.1.7",
"fs": "^0.0.1-security",
"jquery": "^3.7.1",
"jsdom": "^24.0.0",
"path": "^0.12.7",
"prisma": "^5.12.1",
"reflect-metadata": "^0.2.0",
"rxjs": "^7.8.1"
},
"devDependencies": {
"@nestjs/cli": "^10.0.0",
"@nestjs/schematics": "^10.0.0",
"@types/express": "^4.17.17",
"@types/node": "^20.12.7",
"prettier": "^3.0.0",
"source-map-support": "^0.5.21",
"ts-loader": "^9.4.3",
"ts-node": "^10.9.1",
"tsconfig-paths": "^4.2.0",
"typescript": "^5.1.3"
}
}