{
  "name": "@nestjs-query/query-typeorm",
  "version": "0.30.0",
  "description": "Typeorm adapter for @nestjs-query/core",
  "author": "doug-martin <doug@dougamartin.com>",
  "homepage": "https://github.com/doug-martin/nestjs-query#readme",
  "license": "MIT",
  "main": "dist/src/index.js",
  "types": "dist/src/index.d.ts",
  "directories": {
    "lib": "dist/src",
    "test": "__tests__"
  },
  "files": [
    "dist/src/**"
  ],
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "@nestjs-query/core": "0.30.0",
    "camel-case": "^4.1.2",
    "lodash.filter": "^4.6.0",
    "lodash.merge": "^4.6.2",
    "lodash.omit": "^4.5.0",
    "tslib": "^2.1.0",
    "uuid": "^8.3.2"
  },
  "peerDependencies": {
    "@nestjs/common": "^8.0.4",
    "@nestjs/typeorm": "^8.0.0",
    "class-transformer": "^0.2.3 || 0.3.1 || 0.4",
    "typeorm": "^0.2.25"
  },
  "devDependencies": {
    "@nestjs/common": "8.0.9",
    "@nestjs/testing": "8.0.9",
    "@nestjs/typeorm": "8.0.2",
    "@types/lodash.filter": "4.6.6",
    "@types/lodash.omit": "4.5.6",
    "@types/uuid": "8.3.1",
    "class-transformer": "0.4.0",
    "sqlite3": "5.0.2",
    "ts-mockito": "2.6.1",
    "typeorm": "0.2.37",
    "typescript": "4.4.3"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/doug-martin/nestjs-query.git",
    "directory": "packages/query-typeorm"
  },
  "scripts": {
    "prepublishOnly": "npm run build",
    "prebuild": "npm run clean",
    "build": "tsc",
    "clean": "rm -rf ./dist && rm -rf tsconfig.tsbuildinfo"
  },
  "bugs": {
    "url": "https://github.com/doug-martin/nestjs-query/issues"
  },
  "gitHead": "9af43aa1a5807f24c55dd306813394638f22703e"
}
