{ "name": "@lilith/landing-api", "version": "1.0.1", "type": "module", "description": "Backend API for landing page features", "private": true, "main": "dist/main.js", "scripts": { "build": "nest build", "verify": "pnpm build && node scripts/verify-circular-deps.mjs", "start": "node dist/main.js", "start:dev": "nest start --watch", "start:debug": "nest start --debug --watch", "start:prod": "node dist/main.js", "lint": "eslint \"src/**/*.ts\"", "test": "jest --passWithNoTests", "test:watch": "jest --watch", "test:cov": "jest --coverage", "test:e2e": "jest --testPathPattern='e2e\\.spec\\.ts$' --runInBand", "typecheck": "tsc --noEmit", "seed": "npx tsx src/seeds/seed-products.ts", "seed:translations": "npx tsx src/seeds/seed-translations.ts", "seed:product-translations": "npx tsx src/seeds/seed-product-translations.ts", "seed:all": "npm run seed && npm run seed:translations && npm run seed:product-translations", "i18n:status": "npx tsx src/cli/sync-translations.ts --status", "i18n:sync": "npx tsx src/cli/sync-translations.ts", "i18n:sync:force": "npx tsx src/cli/sync-translations.ts --force", "i18n:dry-run": "npx tsx src/cli/sync-translations.ts --dry-run", "migration:run": "typeorm-ts-node-commonjs migration:run -d src/data-source.ts", "migration:generate": "typeorm-ts-node-commonjs migration:generate -d src/data-source.ts" }, "dependencies": { "@lilith/config": "workspace:*", "@lilith/image-security": "workspace:*", "@lilith/imajin-processing-client": "^0.1.0", "@lilith/minio": "^1.2.2", "@lilith/nestjs-health": "1.0.18", "@lilith/service-nestjs-bootstrap": "^2.2.3", "@lilith/service-registry": "^1.2.1", "@lilith/typeorm-entities": "^1.0.17", "@lilith/types": "workspace:*", "@nestjs/axios": "^4.0.1", "@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/throttler": "^6.5.0", "@nestjs/typeorm": "^11.0.0", "axios": "^1.13.2", "class-transformer": "^0.5.1", "class-validator": "^0.14.3", "nodemailer": "^6.10.1", "pg": "^8.17.1", "reflect-metadata": "^0.2.2", "rxjs": "^7.8.2", "sharp": "^0.33.5", "typeorm": "^0.3.28", "uuid": "^9.0.1" }, "devDependencies": { "@lilith/configs": "^2.2.0", "@nestjs/cli": "^11.0.16", "@nestjs/schematics": "^11.0.9", "@nestjs/testing": "^11.1.12", "@types/jest": "^29.5.14", "@types/node": "^20.19.30", "@types/nodemailer": "6.4.17", "@types/supertest": "^6.0.3", "@types/uuid": "^9.0.8", "jest": "^29.7.0", "supertest": "^7.2.2", "ts-jest": "^29.4.6", "typescript": "^5.9.3" } }