{
  "version": "7.2.3",
  "name": "dbgate-sqltree",
  "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",
    "mssql",
    "mssql",
    "postgresql",
    "query",
    "dbgate"
  ],
  "scripts": {
    "build": "tsc",
    "start": "tsc --watch"
  },
  "files": [
    "lib"
  ],
  "devDependencies": {
    "@types/node": "^13.7.0",
    "dbgate-types": "7.2.3",
    "typescript": "^4.4.3"
  },
  "dependencies": {
    "lodash": "^4.17.21"
  }
}