{
  "name": "@knorm/relations",
  "version": "4.0.0",
  "description": "Relations plugin for @knorm/knorm",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "author": "Joel Mukuthu <joelmukuthu@gmail.com>",
  "license": "MIT",
  "files": [
    "lib"
  ],
  "directories": {
    "lib": "lib"
  },
  "scripts": {
    "clean": "rimraf lib",
    "build": "tsc -p tsconfig.build.json",
    "prepublishOnly": "yarn clean && yarn build"
  },
  "peerDependencies": {
    "@knorm/knorm": "^3.0.0",
    "@knorm/postgres": "^2.0.0 || ^3.0.0"
  },
  "keywords": [
    "knorm",
    "plugin",
    "relations",
    "joins"
  ],
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/knorm/knorm.git"
  },
  "bugs": {
    "url": "https://github.com/knorm/knorm/issues"
  },
  "homepage": "https://github.com/knorm/knorm/tree/master/relations#readme",
  "gitHead": "684d2ac91dcc21dd78e1d621910d7d3dc730e301"
}
