rittenhop-dev/versions/5.94.2/node_modules/@tryghost/bookshelf-plugins/package.json
2024-09-23 19:40:12 -04:00

40 lines
1.2 KiB
JSON

{
"name": "@tryghost/bookshelf-plugins",
"version": "0.6.24",
"repository": "https://github.com/TryGhost/framework/tree/main/packages/bookshelf-plugins",
"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"
},
"dependencies": {
"@tryghost/bookshelf-collision": "^0.1.46",
"@tryghost/bookshelf-custom-query": "^0.1.28",
"@tryghost/bookshelf-eager-load": "^0.1.32",
"@tryghost/bookshelf-filter": "^0.5.20",
"@tryghost/bookshelf-has-posts": "^0.1.33",
"@tryghost/bookshelf-include-count": "^0.3.16",
"@tryghost/bookshelf-order": "^0.1.28",
"@tryghost/bookshelf-pagination": "^0.1.49",
"@tryghost/bookshelf-search": "^0.1.28",
"@tryghost/bookshelf-transaction-events": "^0.2.17"
},
"gitHead": "5b3f97c0df81ea5a866230aacb2a8af2ec825430"
}