{
  "version": "7.2.3",
  "name": "dbgate-rest",
  "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.3",
    "jest": "^28.1.3",
    "ts-jest": "^28.0.7",
    "typescript": "^4.4.3"
  },
  "dependencies": {
    "dbgate-tools": "7.2.3",
    "lodash": "^4.17.21",
    "openapi-types": "^12.1.3",
    "pinomin": "^1.0.5",
    "uuid": "^3.4.0",
    "js-yaml": "^4.1.0"
  }
}