@thinql/cli
Version:
Parse ThinQL queries to stdout as ThinQL or JSON AST
49 lines (48 loc) • 1.09 kB
JSON
{
"name": "@thinql/cli",
"version": "0.2.0",
"description": "Parse ThinQL queries to stdout as ThinQL or JSON AST",
"keywords": [
"bin",
"cli",
"filter",
"json",
"parser",
"query",
"reduce",
"search",
"thinql"
],
"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>",
"bin": {
"thinql": "dist/index.js"
},
"scripts": {
"build": "yarn clean && yarn build:cjs",
"build:cjs": "CJS=true babel src --source-maps --root-mode upward --out-dir dist",
"clean": "rm -rf dist",
"cli": "node dist/index.js",
"watch": "npm-watch"
},
"watch": {
"build": "src/**.js"
},
"dependencies": {
"@thinql/parse": "^0.2.0",
"source-map-support": "^0.5.12"
},
"devDependencies": {
"npm-watch": "^0.6.0"
},
"engines": {
"node": ">= 10"
},
"publishConfig": {
"access": "public"
},
"gitHead": "c313680d4e2f752608a8e440be00e1d5ec92e14b"
}