{
  "name": "@tryghost/nql",
  "version": "0.12.3",
  "description": "tbc",
  "repository": "https://github.com/TryGhost/NQL/tree/main/packages/nql",
  "author": "Ghost Foundation",
  "license": "MIT",
  "main": "index.js",
  "scripts": {
    "lint": "eslint . --ext .js --cache",
    "posttest": "yarn lint",
    "test": "c8 --all --100 --reporter text --reporter html --reporter cobertura mocha ./test/**/*.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": {
    "@tryghost/mongo-knex": "^0.9.0",
    "@tryghost/mongo-utils": "^0.6.2",
    "@tryghost/nql-lang": "^0.6.1",
    "mingo": "^2.2.2"
  },
  "gitHead": "532d83ff7ba34b8aad64198c790976d4e2a864ed"
}
