{
  "name": "dbgate-plugin-cosmosdb",
  "main": "dist/backend.js",
  "version": "7.2.1",
  "license": "Commercial",
  "description": "Azure CosmosDB connector for DbGate",
  "author": "Jan Prochazka",
  "repository": {
    "type": "git",
    "url": "https://github.com/dbgate/dbgate.git"
  },
  "keywords": [
    "dbgate",
    "Azure",
    "CosmosDB",
    "dbgatebuiltin"
  ],
  "files": [
    "dist"
  ],
  "scripts": {
    "build:frontend": "webpack --config webpack-frontend.config",
    "build:frontend:watch": "webpack  --watch --config webpack-frontend.config",
    "build:backend": "webpack --config webpack-backend.config.js",
    "build": "yarn build:frontend && yarn build:backend",
    "plugin": "yarn build && yarn pack && dbgate-plugin dbgate-plugin-cosmosdb",
    "plugout": "dbgate-plugout dbgate-plugin-cosmosdb",
    "copydist": "yarn build && yarn pack && dbgate-copydist ../dist/dbgate-plugin-cosmosdb",
    "prepublishOnly": "yarn build"
  },
  "devDependencies": {
    "dbgate-plugin-tools": "^1.0.8",
    "webpack": "^5.91.0",
    "webpack-cli": "^5.1.4"
  },
  "dependencies": {
    "@azure/cosmos": "^4.1.0",
    "dbgate-tools": "7.2.1",
    "json-stable-stringify": "^1.0.1",
    "lodash": "^4.17.21",
    "is-promise": "^4.0.0"
  }
}