rittenhop-dev/versions/5.94.2/node_modules/@tryghost/mongo-knex/package.json

38 lines
1.0 KiB
JSON
Raw Normal View History

2024-09-23 19:40:12 -04:00
{
"name": "@tryghost/mongo-knex",
"version": "0.9.1",
"description": "tbc",
"repository": "https://github.com/TryGhost/NQL/tree/main/packages/mongo-knex",
"author": "Ghost Foundation",
"license": "MIT",
"main": "index.js",
"scripts": {
"lint": "eslint . --ext .js --cache",
"posttest": "yarn lint",
"test": "yarn test-unit && yarn test-integration --timeout 10000",
"test-unit": "c8 --all --reporter text --reporter html --reporter cobertura mocha ./test/unit/*.test.js --exit",
"test-integration": "mocha ./test/integration/*.test.js --exit"
},
"publishConfig": {
"access": "public"
},
"devDependencies": {
"bluebird": "3.7.2",
"c8": "7.13.0",
"eslint": "8.39.0",
"eslint-plugin-ghost": "2.16.0",
"knex": "2.4.2",
"mocha": "10.2.0",
"mysql": "2.18.1",
"nconf": "0.12.0",
"should": "13.2.3",
"sinon": "15.0.4",
"sqlite3": "5.1.6"
},
"dependencies": {
"debug": "^4.3.3",
"lodash": "^4.17.21"
},
"gitHead": "20d3fb84eb03092ac69df5a5cf92b96b465a4715"
}