{
  "name": "strapi-connector-bookshelf",
  "version": "3.0.4",
  "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": "^1.0.1",
    "date-fns": "^2.8.1",
    "inquirer": "^6.3.1",
    "lodash": "^4.17.11",
    "pluralize": "^7.0.0",
    "rimraf": "3.0.0",
    "strapi-utils": "3.0.4"
  },
  "peerDependencies": {
    "knex": "^0.20.0"
  },
  "strapi": {
    "dependencies": [
      "knex"
    ]
  },
  "scripts": {
    "test": "echo not tests yet"
  },
  "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": ">=10.10.0",
    "npm": ">=6.0.0"
  },
  "license": "MIT",
  "gitHead": "9ed11a66829dbdafabb49cb8813dd4d891a247de"
}
