This repository was archived by the owner on May 27, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
70 lines (70 loc) · 1.98 KB
/
package.json
File metadata and controls
70 lines (70 loc) · 1.98 KB
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
68
69
70
{
"name": "sc-stats",
"version": "0.0.1",
"description": "",
"author": "",
"private": true,
"license": "UNLICENSED",
"scripts": {
"build": "nest build",
"format": "prettier --write \"src/**/*.ts\" \"test/**/*.ts\"",
"start": "nest start",
"start:dev": "nest start --watch",
"start:debug": "nest start --debug --watch",
"start:prod": "node dist/main",
"lint": "eslint \"{src,apps,libs,test}/**/*.ts\" --fix"
},
"dependencies": {
"@fast-csv/format": "^5.0.5",
"@nestjs/common": "^11.0.1",
"@nestjs/core": "^11.0.1",
"@nestjs/mapped-types": "^2.1.0",
"@nestjs/platform-express": "^11.1.6",
"@nestjs/schedule": "^6.0.0",
"@prisma/client": "^6.16.1",
"@types/archiver": "^6.0.3",
"archiver": "^7.0.1",
"axios": "^1.12.2",
"axios-rate-limit": "^1.4.0",
"class-transformer": "^0.5.1",
"class-validator": "^0.14.2",
"compression": "^1.8.1",
"dayjs": "^1.11.18",
"ejs": "^3.1.10",
"kysely": "^0.28.8",
"lodash": "^4.17.21",
"nanoid": "^5.1.6",
"patch-package": "^8.0.1",
"postinstall-postinstall": "^2.1.0",
"prisma": "^6.16.1",
"prisma-kysely": "^2.2.1",
"reflect-metadata": "^0.2.2",
"w3gjs": "^3.0.0"
},
"devDependencies": {
"@eslint/eslintrc": "^3.2.0",
"@eslint/js": "^9.18.0",
"@nestjs/cli": "^11.0.0",
"@nestjs/schematics": "^11.0.0",
"@nestjs/testing": "^11.0.1",
"@types/compression": "^1.8.1",
"@types/express": "^5.0.0",
"@types/lodash": "^4.17.20",
"@types/node": "^22.10.7",
"eslint": "^9.18.0",
"eslint-config-prettier": "^10.0.1",
"eslint-plugin-prettier": "^5.2.2",
"globals": "^16.0.0",
"prettier": "^3.4.2",
"prisma-json-types-generator": "^3.6.2",
"rxjs": "^7.8.2",
"source-map-support": "^0.5.21",
"ts-loader": "^9.5.2",
"ts-node": "^10.9.2",
"tsconfig-paths": "^4.2.0",
"tsx": "^4.20.5",
"typescript": "^5.7.3",
"typescript-eslint": "^8.20.0",
"webpack": "^5.102.1"
}
}