{
  "name": "<%= name %>",
  "version": "<%= version %>",
  "description": "<%= description %>",
  "author": "<%= author %>",
  "private": true,
  "license": "UNLICENSED",
  "scripts": {
    "deploy": "nest deploy",
    "format": "prettier --write \"**/*.js\"",
    "start": "babel-node index.js",
    "start:dev": "nodemon",
    "test": "jest",
    "test:cov": "jest --coverage",
    "test:e2e": "jest --config ./test/jest-e2e.json"
  },
  "dependencies": {
    "@nestjs/common": "^12.0.1",
    "@nestjs/core": "^12.0.1",
<% if (observe) { %>    "@nestjs/observe": "^0.1.8",
<% } %>    "@nestjs/platform-express": "^12.0.1",
    "reflect-metadata": "^0.2.0",
    "rxjs": "^7.2.0"
  },
  "devDependencies": {
    "@nestjs/mau": "^0.2.6",
    "@nestjs/testing": "^12.0.1",
    "@babel/core": "8.0.1",
    "@babel/node": "8.0.1",
    "@babel/plugin-proposal-decorators": "8.0.2",
    "@babel/plugin-transform-runtime": "8.0.1",
    "@babel/preset-env": "8.0.2",
    "@babel/register": "8.0.1",
    "@babel/runtime": "8.0.0",
    "jest": "30.4.2",
    "nodemon": "3.1.14",
    "prettier": "3.9.6",
    "supertest": "7.2.2"
  }
}
