{
  "name": "nestjs-objection",
  "version": "3.0.0",
  "description": "Nest - modern, fast, powerful node.js web framework (@objection)",
  "author": "Sviatoslav H",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/svtslv/nestjs-objection"
  },
  "keywords": [
    "nest",
    "nestjs",
    "objection",
    "knex",
    "orm",
    "database"
  ],
  "files": [
    "dist",
    "index.js",
    "index.d.ts"
  ],
  "main": "dist/index.js",
  "types": "dist/index.d.js",
  "scripts": {
    "fix": "rm -rf node_modules && rm package-lock.json && npm install",
    "build": "rm -rf dist && tsc -p tsconfig.build.json",
    "format": "prettier --write \"**/*.ts\"",
    "lint": "eslint 'lib/**/*.ts' --fix",
    "test": "jest --config ./test/jest.config.json --runInBand",
    "prepublish:npm": "npm run build",
    "publish:npm": "npm publish --access public",
    "prepublish:test": "npm run build",
    "publish:test": "npm publish --access public --tag test"
  },
  "peerDependencies": {
    "@nestjs/common": ">=6.7.0",
    "@nestjs/core": ">=6.7.0",
    "knex": ">=0.95.0",
    "objection": ">=3.0.0"
  },
  "devDependencies": {
    "@nestjs/common": "^8.2.3",
    "@nestjs/core": "^8.2.3",
    "@nestjs/testing": "^8.2.3",
    "@types/jest": "^27.0.3",
    "@types/node": "^16.11.11",
    "@types/supertest": "^2.0.11",
    "@typescript-eslint/eslint-plugin": "^5.5.0",
    "@typescript-eslint/parser": "^5.5.0",
    "eslint": "^8.3.0",
    "eslint-config-prettier": "^8.3.0",
    "eslint-plugin-prettier": "^4.0.0",
    "jest": "^27.4.3",
    "knex": "0.95.14",
    "objection": "^3.0.0",
    "pg": "^8.7.1",
    "prettier": "^2.5.0",
    "reflect-metadata": "^0.1.13",
    "rxjs": "^7.4.0",
    "sqlite3": "^5.0.2",
    "supertest": "^6.1.6",
    "ts-jest": "^27.0.7",
    "ts-loader": "^9.2.6",
    "ts-node": "^10.4.0",
    "tsconfig-paths": "^3.12.0",
    "typescript": "^4.5.2"
  },
  "dependencies": {}
}
