This commit is contained in:
2025-12-16 11:52:26 +01:00
parent ce82b7822b
commit 9a891ac8b3
586 changed files with 1320 additions and 1563 deletions

View File

@@ -1,5 +1,5 @@
{
"name": "api",
"name": "@gridpilot/api",
"version": "1.0.0",
"description": "NestJS API service",
"main": "dist/index.js",
@@ -7,14 +7,14 @@
"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"
"test": "vitest run",
"test:watch": "vitest"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@nestjs/testing": "^10.4.20",
"@types/jest": "^30.0.0",
"ts-node-dev": "^2.0.0"
},
"dependencies": {
@@ -30,7 +30,6 @@
"pg": "^8.12.0",
"reflect-metadata": "^0.1.13",
"rxjs": "^7.8.1",
"ts-jest": "^29.4.6",
"typeorm": "^0.3.20"
}
}