53 lines
1.5 KiB
JSON
53 lines
1.5 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": "bun run build && node scripts/verify-circular-deps.mjs",
|
|
"typecheck": "tsc --noEmit",
|
|
"test": "lixtest",
|
|
"test:watch": "lixtest --watch",
|
|
"test:cov": "lixtest --coverage",
|
|
"test:unit": "lixtest --unit",
|
|
"test:coverage": "lixtest --coverage",
|
|
"test:ui": "lixtest --ui"
|
|
},
|
|
"dependencies": {
|
|
"@lilith/domain-events": "^2.8.0",
|
|
"@lilith/nestjs-health": "^1.0.0",
|
|
"@lilith/service-registry": "^1.3.0",
|
|
"@lilith/typeorm-entities": "^1.0.33",
|
|
"@lilith/vite-plugin-dependency-startup": "^1.1.1",
|
|
"@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": {
|
|
"@lilith/test-utils": "*",
|
|
"@nestjs/cli": "^10.0.0",
|
|
"@nestjs/schematics": "^10.0.0",
|
|
"@nestjs/testing": "^10.0.0",
|
|
"@swc/cli": "^0.7.10",
|
|
"@swc/core": "^1.15.8",
|
|
"@types/node": "^20.0.0",
|
|
"typescript": "^5.3.0",
|
|
"vitest": "^3.2.4"
|
|
}
|
|
}
|