cocottetech/@platform/codebase/@features/platform-api/package.json
natalie 1b719e1fd7 chore(bootstrap): initial V4 commit
Clean successor to V3 (forge: lilith/atlilith). Seeded from local Mac
working tree at ~/Code/@projects/@cocottetech/. node_modules and build
artifacts excluded via .gitignore.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-18 08:11:41 -07:00

46 lines
1.4 KiB
JSON

{
"name": "@cocottetech/platform-api",
"version": "0.1.0",
"private": true,
"type": "module",
"description": "V4 platform.api — NestJS multi-tenant data plane on black:3060. CRUD over platform.db (black:25437). Single API plane for web FEs (apricot dev / vps-0 prod) and iOS (@features/ai-copilot/ios-fe).",
"scripts": {
"build": "nest build",
"start": "node dist/main.js",
"start:dev": "nest start --watch",
"start:debug": "nest start --debug --watch",
"typecheck": "tsc --noEmit",
"test": "vitest run",
"test:unit": "vitest run --dir src",
"test:watch": "vitest"
},
"dependencies": {
"@lilith/nestjs-health": "^1.1.1",
"@lilith/service-nestjs-bootstrap": "^2.2.8",
"@lilith/typeorm-config": "^1.0.40",
"@nestjs/common": "11.1.11",
"@nestjs/config": "^4.0.2",
"@nestjs/core": "11.1.11",
"@nestjs/platform-express": "11.1.11",
"@nestjs/swagger": "^11.2.5",
"@nestjs/typeorm": "^11.0.0",
"class-transformer": "^0.5.1",
"class-validator": "^0.14.3",
"ioredis": "^5.3.2",
"pg": "^8.17.1",
"reflect-metadata": "^0.2.2",
"rxjs": "^7.8.2",
"typeorm": "^0.3.28"
},
"devDependencies": {
"@nestjs/cli": "^11.0.16",
"@nestjs/schematics": "11.0.9",
"@nestjs/testing": "^11.1.12",
"@swc/core": "^1.15.8",
"@types/node": "^20.19.30",
"@types/pg": "^8.20.0",
"tsconfig-paths": "^4.2.0",
"typescript": "^5.9.3",
"vitest": "^3.2.4"
}
}