{
  "version": "7.2.5",
  "name": "dbgate-tools",
  "main": "lib/index.js",
  "typings": "lib/index.d.ts",
  "homepage": "https://www.dbgate.io/",
  "repository": {
    "type": "git",
    "url": "https://github.com/dbgate/dbgate.git"
  },
  "author": "Jan Prochazka",
  "license": "GPL-3.0",
  "keywords": [
    "sql",
    "dbgate"
  ],
  "scripts": {
    "build": "tsc",
    "start": "tsc --watch",
    "prepublishOnly": "yarn build",
    "test": "jest",
    "test:ci": "jest --json --outputFile=result.json --testLocationInResults"
  },
  "files": [
    "lib"
  ],
  "devDependencies": {
    "@types/node": "^13.7.0",
    "dbgate-types": "7.2.5",
    "jest": "^28.1.3",
    "ts-jest": "^28.0.7",
    "typescript": "^4.4.3"
  },
  "dependencies": {
    "blueimp-md5": "^2.19.0",
    "dbgate-query-splitter": "^4.12.0",
    "dbgate-sqltree": "7.2.5",
    "debug": "^4.3.4",
    "json-stable-stringify": "^1.0.1",
    "lodash": "^4.17.21",
    "pinomin": "^1.0.5",
    "toposort": "^2.0.2",
    "uuid": "^3.4.0"
  }
}