{
  "name": "@rechat/squel",
  "description": "SQL query string builder",
  "version": "5.15.1",
  "author": "Ramesh Nair <ram@hiddentao.com> (http://www.hiddentao.com/)",
  "contributors": [
    "Ramesh Nair <ram@hiddentao.com> (http://www.hiddentao.com/)",
    "Sergej Brjuchanov <serges@seznam.cz>",
    "Abbas Mashayekh <abbas@rechat.com>"
  ],
  "dependencies": {},
  "devDependencies": {
    "@babel/core": "^7.16.0",
    "@babel/preset-env": "^7.16.0",
    "@types/chai": "^4.2.22",
    "@types/gulp": "^4.0.9",
    "@types/knex": "^0.16.1",
    "@types/lodash": "^4.14.176",
    "@types/mocha": "^9.0.0",
    "benchmark": "^2.1.4",
    "chai": "^4.3.4",
    "coffee-script": "^1.12.7",
    "gulp": "^4.0.2",
    "gulp-babel": "^8.0.0",
    "gulp-concat": "^2.6.1",
    "gulp-insert": "^0.5.0",
    "gulp-replace": "^1.0.0",
    "gulp-uglify": "^3.0.2",
    "gulp-umd": "^2.0.0",
    "knex": "^0.20.15",
    "lodash": "^4.17.21",
    "mocha": "^9.1.3",
    "nyc": "^15.1.0",
    "sinon": "^12.0.0",
    "sinon-chai": "^3.7.0"
  },
  "keywords": [
    "sql",
    "database",
    "rdbms"
  ],
  "main": "dist/squel.js",
  "types": "dist/squel.d.ts",
  "scripts": {
    "test": "nyc mocha",
    "test-performance": "node performance/select.js",
    "build": "gulp",
    "prepublishOnly": "npm run build"
  },
  "nyc": {
    "extension": [
      ".coffee",
      ".js"
    ],
    "reporter": [
      "text-summary",
      "lcov"
    ],
    "report-dir": "./test-coverage"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/martianboy/squel.git"
  },
  "engines": {
    "node": ">= 10.0.0"
  }
}
