{
  "name": "thinql-parse",
  "version": "0.1.0",
  "description": "Parse ThinQL queries",
  "keywords": [
    "thinql",
    "parser",
    "query",
    "search",
    "filter"
  ],
  "license": "MIT",
  "homepage": "https://github.com/mmiller42/thinql",
  "bugs": "https://github.com/mmiller42/thinql/issues",
  "repository": "github:mmiller42/thinql",
  "author": "Matt Miller <me@mmiller.me>",
  "main": "./lib/index.js",
  "bin": {
    "thinql": "./lib/cli.js"
  },
  "scripts": {
    "build": "nearleyc lib/grammar.ne -o lib/grammar.js",
    "cli": "./lib/cli.js",
    "watch": "npm-watch"
  },
  "watch": {
    "build": "lib/grammar.ne"
  },
  "dependencies": {
    "chalk": "^2.4.2",
    "jju": "^1.4.0",
    "moo": "^0.5.0",
    "nearley": "^2.16.0"
  },
  "devDependencies": {
    "npm-watch": "^0.6.0"
  },
  "engines": {
    "node": ">= 10"
  }
}
