2025-07-08 10:40:49 -07:00
|
|
|
{
|
|
|
|
|
"name": "backend",
|
2026-02-11 09:36:55 -08:00
|
|
|
"version": "0.0.1",
|
|
|
|
|
"description": "",
|
|
|
|
|
"author": "",
|
|
|
|
|
"private": true,
|
|
|
|
|
"license": "UNLICENSED",
|
2025-07-08 10:40:49 -07:00
|
|
|
"scripts": {
|
2026-02-11 09:36:55 -08:00
|
|
|
"build": "nest build",
|
|
|
|
|
"format": "prettier --write \"src/**/*.ts\" \"test/**/*.ts\"",
|
|
|
|
|
"start": "nest start",
|
|
|
|
|
"start:dev": "nest start --watch",
|
|
|
|
|
"dev": "nest start --watch",
|
2026-01-28 10:36:11 -08:00
|
|
|
"prisma:generate": "prisma generate",
|
2026-02-11 09:36:55 -08:00
|
|
|
"prod": "node ./dist/src/main.js",
|
|
|
|
|
"start:debug": "nest start --debug --watch",
|
|
|
|
|
"start:prod": "node dist/main",
|
|
|
|
|
"lint": "eslint \"{src,apps,libs,test}/**/*.ts\" --fix",
|
|
|
|
|
"test": "jest",
|
|
|
|
|
"test:watch": "jest --watch",
|
|
|
|
|
"test:cov": "jest --coverage",
|
|
|
|
|
"test:debug": "node --inspect-brk -r tsconfig-paths/register -r ts-node/register node_modules/.bin/jest --runInBand",
|
|
|
|
|
"test:e2e": "jest --config ./test/jest-e2e.json"
|
2025-07-08 10:40:49 -07:00
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2026-02-11 09:36:55 -08:00
|
|
|
"@nestjs/common": "^11.1.12",
|
|
|
|
|
"@nestjs/core": "^11.1.12",
|
|
|
|
|
"@nestjs/mapped-types": "2.1.0",
|
|
|
|
|
"@nestjs/platform-express": "^11.1.12",
|
2026-01-28 08:12:06 -08:00
|
|
|
"@prisma/adapter-pg": "7.2.0",
|
|
|
|
|
"@prisma/client": "7.2.0",
|
2025-07-17 10:07:36 -07:00
|
|
|
"cors": "^2.8.5",
|
2026-02-11 09:36:55 -08:00
|
|
|
"dotenv": "^17.2.3",
|
|
|
|
|
"nestjs-pino": "^4.5.0",
|
|
|
|
|
"pg": "^8.17.1",
|
|
|
|
|
"pino-http": "^11.0.0",
|
|
|
|
|
"pino-pretty": "^13.1.3",
|
|
|
|
|
"prisma": "7.2.0",
|
|
|
|
|
"prisma-cli": "^1.0.9",
|
|
|
|
|
"reflect-metadata": "^0.2.2",
|
|
|
|
|
"rxjs": "^7.8.2"
|
2025-10-30 14:48:00 -07:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2026-02-11 09:36:55 -08:00
|
|
|
"@eslint/eslintrc": "^3.3.3",
|
|
|
|
|
"@eslint/js": "^9.39.2",
|
|
|
|
|
"@nestjs/cli": "^11.0.16",
|
|
|
|
|
"@nestjs/schematics": "^11.0.9",
|
|
|
|
|
"@nestjs/testing": "^11.1.12",
|
|
|
|
|
"@types/express": "^5.0.6",
|
|
|
|
|
"@types/jest": "^30.0.0",
|
|
|
|
|
"@types/node": "^22.19.7",
|
2026-01-28 08:12:06 -08:00
|
|
|
"@types/pg": "^8.16.0",
|
2026-02-11 09:36:55 -08:00
|
|
|
"@types/supertest": "^6.0.3",
|
|
|
|
|
"eslint": "^9.39.2",
|
|
|
|
|
"eslint-config-prettier": "^10.1.8",
|
|
|
|
|
"eslint-plugin-prettier": "^5.5.5",
|
|
|
|
|
"globals": "^16.5.0",
|
|
|
|
|
"jest": "^30.2.0",
|
|
|
|
|
"prettier": "^3.8.0",
|
|
|
|
|
"source-map-support": "^0.5.21",
|
|
|
|
|
"supertest": "^7.2.2",
|
|
|
|
|
"ts-jest": "^29.4.6",
|
|
|
|
|
"ts-loader": "^9.5.4",
|
2026-01-28 08:12:06 -08:00
|
|
|
"ts-node": "^10.9.2",
|
2026-02-11 09:36:55 -08:00
|
|
|
"tsconfig-paths": "^4.2.0",
|
|
|
|
|
"tsx": "^4.21.0",
|
|
|
|
|
"typescript": "^5.9.3",
|
|
|
|
|
"typescript-eslint": "^8.53.1"
|
|
|
|
|
},
|
|
|
|
|
"jest": {
|
|
|
|
|
"moduleFileExtensions": [
|
|
|
|
|
"js",
|
|
|
|
|
"json",
|
|
|
|
|
"ts"
|
|
|
|
|
],
|
|
|
|
|
"rootDir": "src",
|
|
|
|
|
"testRegex": ".*\\.spec\\.ts$",
|
|
|
|
|
"transform": {
|
|
|
|
|
"^.+\\.(t|j)s$": "ts-jest"
|
|
|
|
|
},
|
|
|
|
|
"collectCoverageFrom": [
|
|
|
|
|
"**/*.(t|j)s"
|
|
|
|
|
],
|
|
|
|
|
"coverageDirectory": "../coverage",
|
|
|
|
|
"testEnvironment": "node"
|
2025-07-08 10:40:49 -07:00
|
|
|
}
|
|
|
|
|
}
|