{ "name": "@tryghost/bookshelf-custom-query", "version": "0.1.28", "repository": "https://github.com/TryGhost/framework/tree/main/packages/bookshelf-custom-query", "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.7.0", "should": "13.2.3", "sinon": "18.0.0" }, "gitHead": "d86b1d4fb719b9fb3535a31576c06e42ad1d8476" }