wip
This commit is contained in:
31
apps/api/package.json
Normal file
31
apps/api/package.json
Normal file
@@ -0,0 +1,31 @@
|
||||
{
|
||||
"name": "api",
|
||||
"version": "1.0.0",
|
||||
"description": "NestJS API service",
|
||||
"main": "dist/index.js",
|
||||
"scripts": {
|
||||
"build": "tsc --build --verbose",
|
||||
"start:dev": "ts-node-dev --respawn --inspect=0.0.0.0:9229 src/main.ts",
|
||||
"start:prod": "node dist/main",
|
||||
"test": "npx jest"
|
||||
},
|
||||
"keywords": [],
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"devDependencies": {
|
||||
"@types/jest": "^30.0.0",
|
||||
"ts-node-dev": "^2.0.0",
|
||||
"@nestjs/testing": "^10.4.20"
|
||||
},
|
||||
"dependencies": {
|
||||
"@nestjs/common": "^10.4.20",
|
||||
"@nestjs/core": "^10.4.20",
|
||||
"@nestjs/platform-express": "^10.4.20",
|
||||
"@nestjs/typeorm": "^10.0.2",
|
||||
"pg": "^8.12.0",
|
||||
"reflect-metadata": "^0.1.13",
|
||||
"rxjs": "^7.8.1",
|
||||
"ts-jest": "^29.4.6",
|
||||
"typeorm": "^0.3.20"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user