{
  "name": "tl-{{NAME}}-ms",
  "author": "ThalorLabs",
  "private": true,
  "version": "1.0.0",
  "description": "{{NAME_PASCAL}} orchestrator microservice",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "dev": "nodemon",
    "start": "node dist/index.js",
    "test": "vitest run",
    "test:watch": "vitest",
    "build": "tsc",
    "clean": "rimraf dist",
    "prebuild": "npm run clean",
    "lint": "eslint src/",
    "lint:fix": "eslint src/ --fix",
    "format": "prettier --write \"src/**/*.ts\"",
    "format:check": "prettier --check \"src/**/*.ts\""
  },
  "devDependencies": {
    "@thalorlabs/eslint-plugin-dev-config": "^2.1.0",
    "@types/express": "^5.0.0",
    "@types/node": "^25.0.0",
    "@types/supertest": "^6.0.0",
    "nodemon": "^3.0.0",
    "prettier": "^3.0.0",
    "rimraf": "^5.0.0",
    "serverless-domain-manager": "^7.1.0",
    "serverless-dotenv-plugin": "^6.0.0",
    "serverless-offline": "^13.2.0",
    "serverless-plugin-typescript": "^2.1.0",
    "serverless-tscpaths": "^0.0.8",
    "supertest": "^7.0.0",
    "tsx": "^4.0.0",
    "typescript": "^5.0.0",
    "vitest": "^3.0.0"
  },
  "dependencies": {
    "@thalorlabs/cache": "^1.0.0",
    "@thalorlabs/config": "^1.1.0",
    "@thalorlabs/database": "^1.1.0",
    "@thalorlabs/errors": "^1.0.0",
    "@thalorlabs/express-core": "^1.1.0",
    "@thalorlabs/middleware": "^1.3.0",
    "@thalorlabs/observability": "^1.4.0",
    "@thalorlabs/types": "^1.7.0",
    "express": "^4.21.0",
    "mongoose": "^8.0.0",
    "zod": "^3.25.0"
  },
  "prettier": "@thalorlabs/eslint-plugin-dev-config/prettier"
}
