49 lines
1.4 KiB
JSON
49 lines
1.4 KiB
JSON
{
|
|
"name": "@features/safety-backend-api",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"main": "./dist/index.js",
|
|
"types": "./dist/index.d.ts",
|
|
"exports": {
|
|
".": {
|
|
"types": "./dist/index.d.ts",
|
|
"default": "./dist/index.js"
|
|
},
|
|
"./types": {
|
|
"types": "./dist/package/types/index.d.ts",
|
|
"default": "./dist/package/types/index.js"
|
|
}
|
|
},
|
|
"scripts": {
|
|
"build": "nest build && tsc --emitDeclarationOnly",
|
|
"verify": "pnpm build && node scripts/verify-circular-deps.mjs",
|
|
"typecheck": "tsc --noEmit",
|
|
"test": "jest",
|
|
"test:watch": "jest --watch",
|
|
"test:cov": "jest --coverage"
|
|
},
|
|
"dependencies": {
|
|
"@lilith/domain-events": "2.8.0-dev.1769084909",
|
|
"@lilith/nestjs-health": "1.0.18",
|
|
"@lilith/service-registry": "1.3.0-dev.1769368894",
|
|
"@lilith/typeorm-entities": "^1.0.17",
|
|
"@lilith/vite-plugin-dependency-startup": "1.1.1-dev.1769368912",
|
|
"@nestjs/common": "^10.0.0",
|
|
"@nestjs/core": "^10.0.0",
|
|
"@nestjs/event-emitter": "^2.0.0",
|
|
"@nestjs/typeorm": "^10.0.0",
|
|
"rxjs": "^7.8.0",
|
|
"typeorm": "^0.3.0"
|
|
},
|
|
"devDependencies": {
|
|
"@nestjs/cli": "^10.0.0",
|
|
"@nestjs/schematics": "^10.0.0",
|
|
"@nestjs/testing": "^10.0.0",
|
|
"@types/jest": "^29.5.0",
|
|
"@types/node": "^20.0.0",
|
|
"jest": "^29.5.0",
|
|
"ts-jest": "^29.1.0",
|
|
"typescript": "^5.3.0"
|
|
}
|
|
}
|