{
  "name": "elwyn-gitlab-lsp-test",
  "description": "Language Server for GitLab",
  "version": "9.9.9",
  "author": "GitLab",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://gitlab.com/gitlab-org/editor-extensions/gitlab-language-server-for-code-suggestions.git"
  },
  "main": "./out/common/index.js",
  "bin": {
    "gitlab-lsp": "./out/node/main-bundle.js"
  },
  "workspaces": [
    "packages/*"
  ],
  "typings": "./out/common/index.d.ts",
  "files": [
    "vendor",
    "out",
    "docs",
    "CHANGELOG.md",
    "code_suggestions_config.json",
    "package.json"
  ],
  "dependencies": {
    "@anycable/core": "^0.9.1",
    "@fastify/static": "7.0.4",
    "@sentry/node": "^8.26.0",
    "@snowplow/tracker-core": "^3.24.3",
    "ajv": "^8.17.1",
    "ajv-draft-04": "^1.0.0",
    "chokidar": "^3.6.0",
    "cross-fetch": "^4.0.0",
    "dayjs": "^1.11.13",
    "events": "^3.3.0",
    "fastify": "^4.28.1",
    "fastify-socket.io": "^5.1.0",
    "fdir": "^6.1.1",
    "fuzzaldrin-plus": "^0.6.0",
    "get-proxy-settings": "^0.1.13",
    "graphql": "^16.9.0",
    "graphql-request": "^6.1.0",
    "ignore": "^5.3.2",
    "ini": "^4.1.3",
    "isomorphic-git": "^1.27.1",
    "isomorphic-ws": "^5.0.0",
    "lodash": "^4.17.21",
    "lru-cache": "^10.4.3",
    "path-browserify": "^1.0.1",
    "pino": "^9.3.1",
    "proxy-agent": "^6.4.0",
    "semver": "^7.6.3",
    "socket.io": "^4.7.5",
    "source-map-support": "^0.5.21",
    "uuid": "^10.0.0",
    "vscode-languageserver": "^9.0.1",
    "vscode-languageserver-protocol": "^3.17.5",
    "vscode-languageserver-textdocument": "^1.0.12",
    "vscode-uri": "^3.0.8",
    "web-tree-sitter": "^0.23.0"
  },
  "overrides": {
    "pkg-fetch": "3.4.2"
  },
  "devDependencies": {
    "@babel/core": "^7.25.2",
    "@babel/plugin-proposal-decorators": "^7.24.7",
    "@babel/preset-env": "^7.25.3",
    "@babel/preset-typescript": "^7.24.7",
    "@derekstride/tree-sitter-sql": "^0.3.4",
    "@gitlab-lsp/workflow-api": "workspace:*",
    "@gitlab-org/di": "workspace:*",
    "@gitlab-org/webview-chat": "workspace:*",
    "@gitlab-org/webview-duo-workflow": "workspace:*",
    "@gitlab-org/webview-plugin": "workspace:*",
    "@gitlab-org/webview-theme": "workspace:*",
    "@gitlab/eslint-plugin": "^19.6.0",
    "@tree-sitter-grammars/tree-sitter-yaml": "^0.6.1",
    "@types/fastify-static": "2.2.1",
    "@types/fs-extra": "^11.0.4",
    "@types/fuzzaldrin-plus": "^0.6.5",
    "@types/ini": "^4.1.1",
    "@types/jest": "^29.5.12",
    "@types/lodash": "^4.17.6",
    "@types/node": "^16.18.36",
    "@types/path-browserify": "^1.0.3",
    "@types/semver": "^7.5.8",
    "@types/source-map-support": "^0.5.10",
    "@types/uuid": "^10.0.0",
    "@types/yargs": "^17.0.32",
    "async": "^3.2.6",
    "babel-jest": "^29.7.0",
    "commander": "^12.1.0",
    "concurrently": "^8.2.2",
    "conventional-changelog-cli": "^5.0.0",
    "dedent": "^1.5.3",
    "esbuild": "^0.23.1",
    "esbuild-node-externals": "1.14.0",
    "esbuild-plugin-copy": "^2.1.1",
    "eslint": "^8.57.0",
    "execa": "^9.3.1",
    "fs-extra": "^11.2.0",
    "jest": "^29.7.0",
    "jest-junit": "^16.0.0",
    "lefthook": "^1.7.15",
    "pkg": "^5.8.1",
    "prettier": "3.3.3",
    "rimraf": "^6.0.1",
    "tcp-port-used": "^1.0.2",
    "tree-sitter-bash": "^0.21.0",
    "tree-sitter-c": "^0.21.4",
    "tree-sitter-c-sharp": "^0.21.3",
    "tree-sitter-cli": "^0.22.6",
    "tree-sitter-cpp": "^0.23.0",
    "tree-sitter-css": "^0.21.1",
    "tree-sitter-go": "^0.23.1",
    "tree-sitter-html": "^0.23.0",
    "tree-sitter-java": "^0.23.2",
    "tree-sitter-javascript": "^0.21.3",
    "tree-sitter-json": "^0.21.0",
    "tree-sitter-kotlin": "^0.3.6",
    "tree-sitter-php": "^0.22.8",
    "tree-sitter-powershell": "git+https://github.com/airbus-cert/tree-sitter-powershell.git#fc15514b2f1dbba9c58528d15a3708f89eda6a01",
    "tree-sitter-python": "^0.21.0",
    "tree-sitter-ruby": "^0.19.0",
    "tree-sitter-rust": "^0.21.0",
    "tree-sitter-scala": "git+https://github.com/tree-sitter/tree-sitter-scala.git#v0.22.0",
    "tree-sitter-typescript": "^0.21.2",
    "tree-sitter-yaml": "^0.5.0",
    "tree-sitter-zig": "^0.2.0",
    "ts-node": "^10.9.2",
    "tsx": "^4.19.0",
    "type-fest": "^4.26.1",
    "typescript": "^5.5.4"
  },
  "pkg": {
    "assets": [
      "./out/node/tree-sitter.wasm",
      "./out/vendor/**/*",
      "./out/webviews/**/*",
      "./out/node/node_modules/fsevents/fsevents.node"
    ],
    "scripts": "./out/node/main-bundle.js",
    "targets": [
      "node18-linux-x64",
      "node18-win-x64",
      "node18-macos-arm64",
      "node18-macos-x64"
    ],
    "outputPath": "./bin"
  },
  "scripts": {
    "start": "tsx --tsconfig ./src/node/tsconfig.json ./src/node/main.ts --socket=6789",
    "debug": "tsx --tsconfig ./src/node/tsconfig.json --inspect=6010 ./src/node/main.ts --socket=6789",
    "watch": "tsx --tsconfig ./scripts/tsconfig.json scripts/watcher/watch.ts",
    "compile": "tsc -b",
    "compile:scripts": "tsc -p scripts --noEmit",
    "compile:wasm": "tsx --tsconfig ./scripts/tsconfig.json scripts/wasm/build_tree_sitter_wasm.ts",
    "tree-sitter": "tree-sitter",
    "build": "concurrently -r  \"npm run compile\" \"npm run bundle\" \"npm run build --workspaces --if-present\"",
    "build:language-server-only": "concurrently -r \"npm run compile\" \"npm run bundle\"",
    "build:package": "npm run build --if-present --workspace",
    "eslint": "eslint --report-unused-disable-directives ./src/{browser,node,common}/** && npm run eslint:packages",
    "eslint:fix": "eslint --fix ./src/{browser,node,common}/** && npm run eslint:packages:fix",
    "eslint:packages": "eslint --report-unused-disable-directives ./packages/**",
    "eslint:packages:fix": "eslint --fix --report-unused-disable-directives ./packages/**",
    "prettier": "prettier --check '**/*.{js,ts,json}'",
    "prettier:fix": "prettier --write '**/*.{js,ts,json}'",
    "test": "npm run test:unit && npm run test:integration",
    "test:unit": "jest --config jest.unit.config.ts",
    "test:unit:watch": "jest --watch --config jest.unit.config.ts",
    "test:integration": " npm run build && jest --config jest.integration.config.ts",
    "test:integration:git": "jest --config jest.integration.config.ts --testMatch=\"**/src/tests/int/git/**/*.test.ts\"",
    "test:workflow:app": "jest --config packages/webview_duo_workflow/jest.config.cjs",
    "test:workflow:plugin": "jest --config packages/webview_duo_workflow/jest.plugin.config.cjs",
    "bundle:browser": "tsx --tsconfig ./scripts/tsconfig.json scripts/esbuild/browser.ts",
    "bundle:desktop": "tsx --tsconfig ./scripts/tsconfig.json scripts/esbuild/desktop.ts",
    "bundle:common": "tsx --tsconfig ./scripts/tsconfig.json scripts/esbuild/common.ts",
    "bundle": "concurrently -r \"npm run bundle:desktop\" \"npm run bundle:browser\" \"npm run bundle:common\"",
    "package": "pkg .",
    "clean": "rimraf ./out ./bin ./tmp",
    "version": "conventional-changelog -p angular -i CHANGELOG.md -s && git add CHANGELOG.md && node scripts/set_ls_version.js"
  }
}
