{
  "name": "nestjs-typeorm3-kit",
  "version": "0.1.8",
  "description": "NestJS utilities for TypeORM v0.3+",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "rimraf dist && tsc",
    "test": "jest --config ./tests/jest.config.json --detectOpenHandles",
    "prepare": "yarn build",
    "gen-docs": "typedoc --plugin typedoc-plugin-markdown --out docs src/**/*.ts",
    "gen-docs-github": "npx typedoc --theme github-wiki src/**/*.ts"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/x302502/nestjs-typeorm3-kit.git"
  },
  "keywords": [
    "nestjs-typeorm3-kit",
    "custom repository typeorm 0.3x",
    "support multiple connection",
    "nestjs",
    "typeorm",
    "typeorm 0.3",
    "nestjs typeorm",
    "typeorm transaction",
    "nestjs repository",
    "nestjs database",
    "nestjs module",
    "database wrapper",
    "decorator",
    "unit of work",
    "repository pattern",
    "nestjs-typeorm"
  ],
  "author": "thanhluan.bkhn <thanhluan.bkhn@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/x302502/nestjs-typeorm3-kit/issues"
  },
  "homepage": "https://github.com/x302502/nestjs-typeorm3-kit#readme",
  "peerDependencies": {
    "@nestjs/common": ">=8.0.0",
    "@nestjs/core": ">=8.0.0",
    "@nestjs/typeorm": ">=8.1.0",
    "class-transformer": "^0.5.1",
    "class-validator": "^0.14.0",
    "libphonenumber-js": "^1.10.20",
    "reflect-metadata": ">=0.1.13",
    "rxjs": ">=7.2.0",
    "typeorm": ">=0.3.0",
    "typeorm-transactional": ">=0.5.0"
  },
  "devDependencies": {
    "@nestjs/common": "^11.1.3",
    "@nestjs/core": "^11.1.3",
    "@nestjs/swagger": "^11.2.0",
    "@nestjs/testing": "^11.1.3",
    "@nestjs/typeorm": "^11.0.0",
    "@types/jest": "^30.0.0",
    "class-transformer": "^0.5.1",
    "class-validator": "^0.14.2",
    "class-validator-jsonschema": "^5.0.2",
    "eslint": "^9.29.0",
    "fast-glob": "^3.3.3",
    "jest": "^30.0.3",
    "libphonenumber-js": "^1.12.9",
    "prettier": "^3.6.2",
    "reflect-metadata": "^0.2.2",
    "rimraf": "^6.0.1",
    "rxjs": "^7.8.2",
    "ts-jest": "^29.4.0",
    "typedoc": "^0.28.6",
    "typedoc-github-wiki-theme": "^2.1.0",
    "typedoc-plugin-markdown": "^4.7.0",
    "typeorm": "^0.3.25",
    "typeorm-transactional": "^0.5.0",
    "typescript": "^5.8.3"
  }
}
