-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
121 lines (121 loc) · 4.21 KB
/
Copy pathpackage.json
File metadata and controls
121 lines (121 loc) · 4.21 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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
{
"name": "planifets-backend",
"version": "0.0.1",
"private": true,
"license": "Apache-2.0",
"scripts": {
"build": "nest build",
"start": "nest start",
"dev": "nest start --watch --preserveWatchOutput --no-shell",
"start:dev": "nest start --watch --preserveWatchOutput --no-shell",
"start:debug": "nest start --debug --watch --preserveWatchOutput --no-shell",
"start:prod": "yarn prisma:migrate-prod && yarn prisma:seed && node dist/main",
"docker:prod": "docker-compose -f docker-compose.yml up -d --build --force-recreate --remove-orphans",
"typecheck": "tsc --noEmit",
"format": "yarn lint:fix && prettier --write \"src/**/*.ts\" \"test/**/*.ts\"",
"format:check": "yarn lint && prettier --check \"src/**/*.ts\" \"test/**/*.ts\"",
"lint": "eslint src --ext .ts",
"lint:fix": "eslint src --ext .ts --fix",
"refresh": "rm -rf dist && rm -rf node_modules && yarn cache clean && yarn install",
"prisma:generate": "prisma generate",
"prisma:preview": "prisma migrate dev --create-only",
"prisma:seed": "prisma db seed",
"prisma:migrate": "prisma migrate dev",
"prisma:migrate-prod": "prisma migrate deploy",
"eval:retrieval": "ts-node -T test/embedding/eval/eval-retrieval.ts",
"test": "jest --config ./jest/unit.config.mjs",
"test:unit": "jest --config ./jest/unit.config.mjs",
"test:cov": "jest --config ./jest/unit.config.mjs --coverage",
"test:integration": "jest --config ./jest/integration.config.mjs",
"test:all": "yarn test && yarn test:integration && yarn test:e2e",
"test:e2e": "jest --config ./jest/e2e.config.mjs",
"knip": "knip",
"unused": "knip --use-tsconfig-files"
},
"prisma": {
"schema": "prisma/schema.prisma",
"seed": "node dist/prisma/seeds/seed.js"
},
"dependencies": {
"@huggingface/transformers": "^4.2.0",
"@nestjs/axios": "^3.1.1",
"@nestjs/common": "^10.4.10",
"@nestjs/config": "^4.0.4",
"@nestjs/core": "^10.4.10",
"@nestjs/platform-express": "^10.4.22",
"@nestjs/schedule": "^4.1.1",
"@nestjs/swagger": "^11.2.6",
"@prisma/client": "^5.22.0",
"@qdrant/js-client-rest": "^1.18.0",
"@types/unzipper": "^0.10.10",
"axios": "^1.13.5",
"cheerio": "^1.2.0",
"class-transformer": "^0.5.1",
"class-validator": "^0.14.1",
"domhandler": "^6.0.1",
"dotenv": "^17.2.3",
"express": "^4.21.1",
"onnxruntime-node": "^1.27.0",
"pdf2json": "^4.0.0",
"posthog-node": "^5.34.2",
"prisma": "^5.22.0",
"reflect-metadata": "^0.2.2",
"rxjs": "^7.8.1",
"unzipper": "^0.12.3"
},
"devDependencies": {
"@nestjs/cli": "^11.0.17",
"@nestjs/schematics": "^11.0.10",
"@nestjs/testing": "^10.4.10",
"@quramy/jest-prisma-core": "^1.8.2",
"@quramy/jest-prisma-node": "^1.8.2",
"@swc/cli": "^0.1.65",
"@swc/core": "^1.9.2",
"@swc/jest": "^0.2.39",
"@types/express": "^4.17.21",
"@types/jest": "^30",
"@types/multer": "^2.0.0",
"@types/node": "22.9.1",
"@types/supertest": "^6.0.2",
"@typescript-eslint/eslint-plugin": "^8.14.0",
"@typescript-eslint/parser": "^8.14.0",
"eslint": "^8.57.1",
"eslint-config-airbnb-typescript": "^18.0.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-simple-import-sort": "^12.1.1",
"execa": "^9.6.1",
"jest": "^30",
"knip": "^5.86.0",
"prettier": "^3.3.3",
"prettier-eslint": "^16.3.0",
"source-map-support": "^0.5.21",
"supertest": "^7.0.0",
"ts-jest": "^29.4.6",
"ts-loader": "^9.5.1",
"ts-node": "^10.9.2",
"tsconfig-paths": "^4.2.0",
"typescript": "^5.9.3",
"typescript-eslint": "^8.14.0"
},
"resolutions": {
"form-data": "^4.0.4",
"lodash": "4.18.0",
"express/path-to-regexp": "0.1.13",
"@nestjs/swagger/path-to-regexp": "8.4.0",
"@nestjs/cli/@angular-devkit/core/picomatch": "4.0.4",
"validator": "^13.15.20",
"formidable": "^3.5.2",
"tmp": "^0.2.4",
"cross-spawn": "^7.0.5",
"@babel/helpers": "^7.26.10",
"js-yaml": "^4.1.1",
"glob": "^10.5.0",
"qs": ">=6.14.2",
"multer": ">=2.1.1",
"axios": "^1.13.5",
"minimatch": ">=9.0.7",
"file-type": ">=21.3.2"
}
}