{
  "name": "@sap/hana-project-explorer",
  "displayName": "SAP HANA Project Explorer",
  "description": "Allows you to deploy SAP HANA database modules and artifacts and manage database connections",
  "version": "1.38.0",
  "publisher": "SAPSE",
  "license": "SEE LICENSE IN LICENSE",
  "categories": [
    "Other"
  ],
  "dependencies": {
    "@sqltools/formatter": "1.2.5",
    "yeoman-environment": "5.1.3",
    "@sap/artifact-management": "1.53.3",
    "@sap/artifact-management-base": "1.53.3",
    "@sap-devx/guided-development-types": "0.0.15",
    "datauri": "4.1.0",
    "@sap/cf-tools": "3.3.1",
    "@sap/xs-tools": "1.5.0",
    "@sap/hana-tooling-feature-toggles": "1.3.0",
    "@sap/mta-lib": "1.7.4",
    "@vscode-logging/wrapper": "2.0.9",
    "axios": "1.16.0",
    "dotenv": "17.4.2",
    "dotenv-expand": "11.0.7",
    "fs-extra": "11.3.4",
    "inquirer": "8.2.6",
    "klaw": "4.1.0",
    "lodash": "4.18.1",
    "glob": "13.0.6",
    "minimatch": "10.2.5",
    "stream-to-array": "2.3.0",
    "through2": "4.0.2",
    "tmp-promise": "3.0.3",
    "uuid": "14.0.0",
    "@sap/hana-client": "2.28.19",
    "parse-gitignore": "2.0.0",
    "@sap-theming/theming-base-content": "11.35.0",
    "@sap/hdi": "4.8.0",
    "archiver": "7.0.1",
    "command-exists": "1.2.9",
    "md5": "2.3.0",
    "node-stream-zip": "1.15.0",
    "react": "18.3.1",
    "react-dom": "18.3.1",
    "rimraf": "6.1.3",
    "semver": "7.7.4",
    "xml-js": "1.6.11",
    "fbemitter": "3.0.0",
    "allotment": "1.20.5",
    "strip-json-comments": "3.1.1",
    "zustand": "5.0.12",
    "@discoveryjs/json-ext": "0.6.3"
  },
  "overrides": {
    "@sap/bas-sdk": {
      "axios": "1.16.0"
    },
    "xmlbuilder2": {
      "js-yaml": "^3.14.2"
    },
    "cz-conventional-changelog": {
      "commitizen": {
        "lodash": "^4.18.1"
      }
    },
    "inquirer": {
      "tmp": "^0.2.7"
    }
  },
  "files": [
    "LICENSE",
    "NOTICE",
    "CHANGELOG.md",
    "features.json",
    "README.md",
    "hana-project-explorer-1.38.0-bas.vsix"
  ],
  "prettier": {
    "endOfLine": "lf"
  },
  "lint-staged": {
    "*.{js,ts,md,json}": [
      "prettier --write"
    ]
  },
  "config": {
    "commitizen": {
      "path": "./node_modules/cz-conventional-changelog"
    }
  },
  "commitlint": {
    "extends": [
      "@commitlint/config-conventional"
    ]
  }
}