38 lines
1.0 KiB
JSON
38 lines
1.0 KiB
JSON
{
|
|
"name": "@tryghost/mongo-knex",
|
|
"version": "0.9.0",
|
|
"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": "43142f158d9b7f62920dba7746f66adefcd6a015"
|
|
}
|