UNPKG

@thinql/to-knex

Version:

Build SQL queries from ThinQL ASTs with Knex.js

52 lines (51 loc) 1.24 kB
{ "name": "@thinql/to-knex", "version": "0.2.0", "description": "Build SQL queries from ThinQL ASTs with Knex.js", "keywords": [ "filter", "knex", "knex.js", "mysql", "parser", "pg", "postgres", "postgresql", "query", "reduce", "search", "sql", "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>", "main": "dist/cjs/index.js", "module": "dist/esm/index.js", "scripts": { "build": "yarn clean && mkdir dist && yarn build:esm && yarn build:cjs", "build:cjs": "CJS=true babel src --source-maps --root-mode upward --out-dir dist/cjs", "build:esm": "babel src --source-maps --root-mode upward --out-dir dist/esm", "clean": "rm -rf dist", "watch": "npm-watch" }, "watch": { "build": "src/**.js" }, "peerDependencies": { "knex": "^0.17.0" }, "devDependencies": { "@thinql/parse": "^0.2.0", "knex": "^0.17.0" }, "engines": { "node": ">= 10" }, "publishConfig": { "access": "public" }, "gitHead": "c313680d4e2f752608a8e440be00e1d5ec92e14b" }