{
  "name": "@tryghost/bookshelf-eager-load",
  "version": "0.1.31",
  "repository": "https://github.com/TryGhost/framework/tree/main/packages/bookshelf-eager-load",
  "author": "Ghost Foundation",
  "license": "MIT",
  "main": "index.js",
  "scripts": {
    "dev": "echo \"Implement me!\"",
    "test": "NODE_ENV=testing mocha './test/**/*.test.js'",
    "lint": "eslint . --ext .js --cache",
    "posttest": "yarn lint"
  },
  "files": [
    "index.js",
    "lib"
  ],
  "publishConfig": {
    "access": "public"
  },
  "devDependencies": {
    "mocha": "10.6.0",
    "should": "13.2.3",
    "sinon": "18.0.0"
  },
  "dependencies": {
    "@tryghost/debug": "^0.1.32",
    "lodash": "^4.17.21"
  },
  "gitHead": "d3d489cb44ac3d4e35e21388d48ee0d94e496d86"
}
