forked from Pulsefy/Soter
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) 路 1.96 KB
/
Copy pathpackage.json
File metadata and controls
61 lines (61 loc) 路 1.96 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
{
"name": "soter",
"private": true,
"workspaces": [
"app/*",
"tools/*"
],
"scripts": {
"dev": "pnpm run dev --filter=app/frontend",
"build": "pnpm run build --filter=app/frontend",
"start": "pnpm run start --filter=app/frontend",
"lint": "pnpm run lint --filter=app/frontend",
"test": "pnpm run test --filter=app/frontend",
"generate:api": "npx ts-node -r tsconfig-paths/register -P app/backend/tsconfig.json tools/generate-openapi.cjs && npx openapi-typescript openapi.json -o app/mobile/src/types/generated/api.d.ts",
"spec:generate": "pnpm --dir app/backend run spec:generate",
"spec:check": "pnpm --dir app/backend run spec:check",
"spec:lint": "pnpm --dir app/backend run spec:lint"
},
"devDependencies": {
"@prisma/client": "^7.4.1",
"@types/express": "^5.0.6",
"@types/jest": "^29.5.14",
"@types/node": "^25.9.1",
"@types/pg": "^8.20.0",
"@types/redis": "^4.0.10",
"@types/supertest": "^7.2.0",
"i": "^0.3.7",
"jest": "^29.7.0",
"npm": "^11.10.1",
"openapi-typescript": "^7.13.0",
"prisma": "^7.4.1",
"supertest": "^7.2.2",
"ts-jest": "^29.4.11",
"typescript": "^6.0.3"
},
"dependencies": {
"@nestjs/event-emitter": "^3.1.0",
"@nestjs/swagger": "^11.2.6",
"body-parser": "^2.2.2",
"dotenv": "^17.4.2",
"express": "^5.2.1",
"pg": "^8.21.0",
"redis": "^5.12.1",
"socket.io-client": "^4.8.3"
},
"version": "1.0.0",
"description": "<img width=\"1080\" height=\"1080\" alt=\"Gemini_Generated_Image_efez0kefez0kefez (1)\" src=\"https://github.com/user-attachments/assets/72250381-5090-45e4-9941-5096c190a000\" />[...],",
"main": ".eslintrc.js",
"repository": {
"type": "git",
"url": "git+https://github.com/Truphile/Soter.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "module",
"bugs": {
"url": "https://github.com/Truphile/Soter/issues"
},
"homepage": "https://github.com/Truphile/Soter#readme"
}