{
  "name": "@hapipal/tandy",
  "version": "3.1.1",
  "description": "Auto-generated, RESTful, CRUDdy route handlers for Schwifty models in hapi",
  "main": "lib/index.js",
  "scripts": {
    "test": "lab -a @hapi/code -L -t 100 -I '__core-js_shared__'",
    "coveralls": "lab -r lcov | coveralls",
    "lint": "eslint ."
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/hapipal/tandy"
  },
  "keywords": [
    "hapi",
    "plugin",
    "model",
    "schwifty",
    "objection",
    "knex",
    "rest",
    "crud"
  ],
  "author": "Matt Boutet <matt@bigroomstudios.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/hapipal/tandy/issues"
  },
  "dependencies": {
    "@hapi/boom": "^10.0.1",
    "@hapi/call": "^9.0.1",
    "@hapi/hoek": "^11.0.2",
    "joi": "^17.7.1",
    "lodash": "^4.17.21"
  },
  "peerDependencies": {
    "@hapi/hapi": ">=19 <22",
    "@hapipal/schwifty": "^6.2.0"
  },
  "devDependencies": {
    "@hapi/code": "^9.0.3",
    "@hapi/eslint-plugin": "^6.0.0",
    "@hapi/hapi": ">=19 <22",
    "@hapi/lab": "^25.1.2",
    "coveralls": "^3.1.1",
    "eslint": "^8.34.0",
    "knex": "^2.4.2",
    "objection": "^3.0.1",
    "@hapipal/schwifty": "^6.2.0",
    "sqlite3": "^5.1.4"
  },
  "homepage": "https://github.com/hapipal/tandy"
}
