{
  "name": "dbgate-api",
  "main": "src/index.js",
  "version": "7.1.12",
  "homepage": "https://www.dbgate.io/",
  "repository": {
    "type": "git",
    "url": "https://github.com/dbgate/dbgate.git"
  },
  "author": "Jan Prochazka",
  "license": "GPL-3.0",
  "keywords": [
    "sql",
    "json",
    "import",
    "export",
    "dbgate"
  ],
  "files": [
    "src"
  ],
  "dependencies": {
    "@aws-sdk/rds-signer": "^3.665.0",
    "activedirectory2": "^2.1.0",
    "archiver": "^7.0.1",
    "async-lock": "^1.2.6",
    "axios": "^1.13.2",
    "body-parser": "^1.19.0",
    "byline": "^5.0.0",
    "compare-versions": "^3.6.0",
    "cors": "^2.8.5",
    "cross-env": "^6.0.3",
    "dbgate-datalib": "7.1.12",
    "dbgate-query-splitter": "^4.12.0",
    "dbgate-rest": "7.1.12",
    "dbgate-sqltree": "7.1.12",
    "dbgate-tools": "7.1.12",
    "debug": "^4.3.4",
    "diff": "^5.0.0",
    "diff2html": "^3.4.13",
    "eslint": "^6.8.0",
    "express": "^4.17.1",
    "express-basic-auth": "^1.2.0",
    "express-fileupload": "^1.2.0",
    "fs-extra": "^9.1.0",
    "fs-reverse": "^0.0.3",
    "get-port": "^5.1.1",
    "http": "^0.0.0",
    "is-electron": "^2.2.1",
    "js-yaml": "^4.1.0",
    "json-stable-stringify": "^1.0.1",
    "jsonwebtoken": "^8.5.1",
    "line-reader": "^0.4.0",
    "lodash": "^4.17.21",
    "moment": "^2.24.0",
    "ncp": "^2.0.0",
    "node-cron": "^2.0.3",
    "on-finished": "^2.4.1",
    "pinomin": "^1.0.5",
    "portfinder": "^1.0.28",
    "rimraf": "^3.0.0",
    "semver": "^7.6.3",
    "simple-encryptor": "^4.0.0",
    "ssh2": "^1.16.0",
    "stream-json": "^1.8.0",
    "tar": "^6.0.5",
    "yauzl": "^3.2.0"
  },
  "scripts": {
    "start": "env-cmd -f .env node src/index.js --listen-api",
    "start:debug": "env-cmd -f .env node --inspect src/index.js --listen-api",
    "start:portal": "env-cmd -f env/portal/.env node src/index.js --listen-api",
    "start:singledb": "env-cmd -f env/singledb/.env node src/index.js --listen-api",
    "start:auth": "env-cmd -f env/auth/.env node src/index.js --listen-api",
    "start:dblogin": "env-cmd -f env/dblogin/.env node src/index.js --listen-api",
    "start:filedb": "env-cmd node src/index.js /home/jena/test/chinook/Chinook.db --listen-api",
    "start:storage": "env-cmd -f env/storage/.env node src/index.js --listen-api",
    "start:sfill": "env-cmd -f env/sfill/.env node src/index.js --listen-api",
    "start:storage:built": "env-cmd -f env/storage/.env cross-env DEVMODE= BUILTWEBMODE=1 node dist/bundle.js --listen-api",
    "start:singleconn": "env-cmd node src/index.js --server localhost --user root --port 3307 --engine mysql@dbgate-plugin-mysql --password test --listen-api",
    "start:azure": "env-cmd -f env/azure/.env node src/index.js --listen-api",
    "start:e2e:team": "cross-env DEVWEB=1 DEVMODE=1 env-cmd -f ../../e2e-tests/env/team/.env node src/index.js --listen-api",
    "test": "jest",
    "test:ci": "jest --json --outputFile=result.json --testLocationInResults",
    "ts": "tsc",
    "build": "webpack",
    "build:doc": "jsdoc2md --template doctpl.hbs  ./src/shell/* > ../../../dbgate.github.io/_docs/apidoc.md"
  },
  "jest": {
    "testMatch": [
      "**/*Test.js",
      "**/*.test.js"
    ]
  },
  "devDependencies": {
    "@types/fs-extra": "^9.0.11",
    "@types/jest": "^30.0.0",
    "@types/lodash": "^4.14.149",
    "dbgate-types": "7.1.12",
    "env-cmd": "^10.1.0",
    "jest": "^30.4.2",
    "jsdoc-to-markdown": "^9.0.5",
    "node-loader": "^1.0.2",
    "nodemon": "^2.0.2",
    "typescript": "^4.4.3",
    "webpack": "^5.91.0",
    "webpack-cli": "^5.1.4"
  }
}