{
  "name": "@tryghost/nql-lang",
  "version": "0.7.0",
  "description": "tbc",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/TryGhost/NQL.git",
    "directory": "packages/nql-lang"
  },
  "author": "Ghost Foundation",
  "license": "MIT",
  "main": "index.js",
  "scripts": {
    "build": "jison src/nql.y src/nql.l -o dist/parser.js",
    "lint": "eslint . --ext .js --cache",
    "pretest": "yarn build",
    "posttest": "yarn lint",
    "test": "NODE_ENV=testing c8 --all --reporter text --reporter html --reporter cobertura mocha ./test/**/*.test.js",
    "test:lex": "NODE_ENV=testing mocha ./test/**/lex*.test.js",
    "test:parse": "NODE_ENV=testing mocha ./test/**/pars*.test.js"
  },
  "publishConfig": {
    "access": "public"
  },
  "devDependencies": {
    "c8": "12.0.0",
    "eslint": "8.57.1",
    "eslint-plugin-ghost": "3.5.0",
    "jison": "0.4.18",
    "mocha": "11.8.0",
    "should": "13.2.3",
    "sinon": "22.1.0"
  },
  "dependencies": {
    "luxon": "3.7.2"
  }
}
