UNPKG

sphinxql

Version:

SphinxQL query builder for Node.JS. Supports Sphinx search(2.x and 3.x) and Manticore search

60 lines (59 loc) 1.54 kB
{ "name": "sphinxql", "version": "0.3.0", "description": "SphinxQL query builder for Node.JS. Supports Sphinx search(2.x and 3.x) and Manticore search", "keywords": [ "sphinxsearch", "manticoresearch", "query builder", "sphinxql", "sql", "manticore", "sphinx", "manticore", "mysql", "search engine", "search" ], "engines": { "node": ">= 6.0.0" }, "repository": { "type": "git", "url": "https://github.com/SiroDiaz/sphinxql.git" }, "main": "build/src/index.js", "devDependencies": { "@types/jest": "^24.0.19", "@types/node": "^12.11.1", "jest": "^24.9.0", "prettier": "1.18.2", "rimraf": "^3.0.0", "ts-jest": "~24.1.0", "tslint": "~5.20.0", "tslint-config-prettier": "1.18.0", "tslint-microsoft-contrib": "~6.2.0", "tsutils": "~3.17.1", "typescript": "^3.6.4" }, "scripts": { "clean": "rimraf coverage build tmp", "build": "tsc -p tsconfig.release.json", "build:watch": "tsc -w -p tsconfig.release.json", "lint": "tslint -t stylish --project \"tsconfig.json\"", "test": "jest --coverage", "test:connection": "jest --coverage --detectOpenHandles", "test:watch": "jest --watch", "prepublish": "npm run build" }, "author": "Siro Diaz <sirodiaz93@gmail.com>", "license": "MIT", "dependencies": { "es6-template-strings": "^2.0.1", "es7-object-polyfill": "^1.0.1", "mysql2": "^1.6.5", "sqlstring": "^2.3.1", "tslib": "~1.10.0", "yallist": "^4.0.0" } }