{
  "name": "strapi-bookshelf",
  "version": "3.0.0-alpha.12",
  "description": "Bookshelf hook for the Strapi framework",
  "homepage": "http://strapi.io",
  "keywords": [
    "bookshelf",
    "hook",
    "migrations",
    "orm",
    "sql",
    "strapi"
  ],
  "directories": {
    "lib": "./lib"
  },
  "main": "./lib",
  "dependencies": {
    "bookshelf": "^0.12.1",
    "inquirer": "^5.2.0",
    "lodash": "^4.17.4",
    "pluralize": "^6.0.0",
    "strapi-knex": "3.0.0-alpha.12",
    "strapi-utils": "3.0.0-alpha.12"
  },
  "strapi": {
    "isHook": true,
    "dependencies": [
      "strapi-knex"
    ]
  },
  "scripts": {
    "prepublishOnly": "npm prune"
  },
  "author": {
    "email": "hi@strapi.io",
    "name": "Strapi team",
    "url": "http://strapi.io"
  },
  "maintainers": [
    {
      "name": "Strapi team",
      "email": "hi@strapi.io",
      "url": "http://strapi.io"
    }
  ],
  "repository": {
    "type": "git",
    "url": "git://github.com/strapi/strapi.git"
  },
  "bugs": {
    "url": "https://github.com/strapi/strapi/issues"
  },
  "engines": {
    "node": ">= 9.0.0",
    "npm": ">= 5.3.0"
  },
  "license": "MIT"
}