{
  "name": "@haorama/nestjs-tg",
  "version": "0.2.0",
  "description": "Typegoose Module for nestjs",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "lint": "eslint \"lib/**/*.ts\" --fix",
    "build": "rm -rf dist && tsc -p tsconfig.build.json",
    "test:e2e": "jest --config ./tests/jest-e2e.json --runInBand",
    "test:e2e:dev": "jest --config ./tests/jest-e2e.json --runInBand --watch"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/haorama/nestjs-tg.git"
  },
  "publishConfig": {
    "access": "public"
  },
  "keywords": [],
  "author": "Michael Lazuardy",
  "license": "MIT",
  "peerDependencies": {
    "@nestjs/common": "^8.0.0 || ^9.0.0 || ^10.0.0",
    "@nestjs/core": "^8.0.0 || ^9.0.0 || ^10.0.0",
    "@typegoose/typegoose": "^10.3.0 || ^11.0.0",
    "mongoose": "^6.8.0 || ^7.0.0",
    "reflect-metadata": "^0.1.12",
    "rxjs": "^7.0.0"
  },
  "devDependencies": {
    "@nestjs/common": "^10.0.3",
    "@nestjs/config": "^3.0.0",
    "@nestjs/core": "^10.0.3",
    "@nestjs/platform-express": "^10.0.3",
    "@nestjs/testing": "^10.0.3",
    "@typegoose/typegoose": "^11.3.0",
    "@types/jest": "^29.5.2",
    "@types/node": "^20.3.1",
    "@types/supertest": "^2.0.12",
    "@typescript-eslint/eslint-plugin": "^5.60.0",
    "@typescript-eslint/parser": "^5.60.0",
    "eslint": "^8.43.0",
    "eslint-config-prettier": "^8.8.0",
    "eslint-plugin-import": "^2.27.5",
    "eslint-plugin-prettier": "^4.2.1",
    "jest": "^29.5.0",
    "mongoose": "^7.0.0",
    "prettier": "^2.8.8",
    "reflect-metadata": "^0.1.13",
    "rxjs": "^7.8.1",
    "supertest": "^6.3.3",
    "ts-jest": "^29.1.0",
    "ts-node": "^10.9.1",
    "typescript": "^5.1.3"
  }
}
