{
  "name": "@withbluedot/mongo-knex",
  "version": "0.4.1",
  "description": "tbc",
  "repository": "git@github.com:NexesJS/mongo-knex.git",
  "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": "mocha ./test/unit/*.test.js --exit",
    "test-integration": "mocha ./test/integration/*.test.js --exit",
    "ship": "STATUS=$(git status --porcelain); echo $STATUS; if [ -z \"$STATUS\" ]; then yarn publish && git push --follow-tags; fi"
  },
  "devDependencies": {
    "bluebird": "3.5.1",
    "eslint": "4.19.1",
    "@withbluedot/eslint-plugin-ghost": "0.0.27",
    "knex": "0.14.6",
    "mocha": "5.2.0",
    "mysql": "2.16.0",
    "nconf": "0.10.0",
    "should": "13.2.1",
    "sinon": "6.0.0",
    "sqlite3": "4.2.0"
  },
  "dependencies": {
    "debug": "^4.1.0",
    "lodash": "^4.17.10"
  }
}
