2026-06-04 13:25:07 +08:00

35 lines
898 B
JSON

{
"name": "@huijing/api",
"private": true,
"type": "module",
"scripts": {
"lint": "eslint .",
"typecheck": "tsc --noEmit",
"test": "vitest run",
"build": "tsc -p tsconfig.json && node -e \"await import('./dist/main.js')\"",
"dev:smoke": "vitest run",
"prisma": "prisma"
},
"dependencies": {
"@huijing/harness-client": "workspace:*",
"@huijing/shared-contracts": "workspace:*",
"@nestjs/common": "^11.1.24",
"@nestjs/core": "^11.1.24",
"@nestjs/platform-express": "^11.1.24",
"@prisma/adapter-pg": "7.8.0",
"@prisma/client": "7.8.0",
"bullmq": "^5.77.6",
"ioredis": "^5.11.0",
"pg": "^8.21.0",
"reflect-metadata": "^0.2.2",
"rxjs": "^7.8.2"
},
"devDependencies": {
"@nestjs/testing": "^11.1.24",
"@types/node": "^25.9.1",
"@types/pg": "^8.20.0",
"prisma": "^7.8.0",
"vitest": "^4.1.7"
}
}