{
  "name": "sharp-db",
  "version": "1.8.1",
  "description": "Classes for running SQL and building select queries for MySQL in Node",
  "main": "index.js",
  "scripts": {
    "test": "npx jest",
    "test-watch": "npx jest --watch",
    "coverage": "npx jest --coverage",
    "view-coverage": "open ./coverage/lcov-report/index.html",
    "docs": "npx jsdoc --configure .jsdoc.json --verbose",
    "view-docs": "open docs/index.html"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/kensnyder/sharp-db.git"
  },
  "keywords": [
    "Db",
    "Select",
    "MySQL",
    "mysql2",
    "ssh"
  ],
  "author": "kendsnyder@gmail.com",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/kensnyder/sharp-db/issues"
  },
  "homepage": "https://github.com/kensnyder/sharp-db#readme",
  "dependencies": {
    "is-plain-object": "5.0.0",
    "lodash": "4.17.21",
    "mysql2": "2.3.3",
    "quickly-count-substrings": "1.0.0",
    "ssh2": "1.11.0"
  },
  "devDependencies": {
    "ansi-colors": "4.1.3",
    "codecov": "3.8.3",
    "jest": "29.1.2",
    "jsdoc": "3.6.11",
    "minami": "1.2.3",
    "moment": "2.29.4",
    "prettier": "2.7.1",
    "pretty-var-export": "1.1.7",
    "prompts": "2.4.2",
    "walkdir": "0.4.1"
  }
}
