{
  "name": "@microsoft/servicehub-framework",
  "version": "4.8.55",
  "packageManager": "yarn@4.5.0",
  "description": "The distributed ServiceHub Framework",
  "typings": "js/src/index.d.ts",
  "main": "js/src/index.js",
  "scripts": {
    "build": "tsc",
    "clean": "node ./node_modules/rimraf/bin.js ./js",
    "watch": "tsc -w",
    "test": "jest",
    "lint": "eslint src test --ext ts"
  },
  "nyc": {
    "exclude": [
      "*/test"
    ]
  },
  "author": "Microsoft",
  "license": "LICENSE.txt",
  "repository": {
    "type": "git",
    "url": "https://github.com/microsoft/vs-servicehub.git",
    "directory": "src/servicebroker-npm"
  },
  "dependencies": {
    "await-semaphore": "^0.1.3",
    "cancellationtoken": "^2.2.0",
    "caught": "^0.1.3",
    "immutable": "^4.3.1",
    "msgpack-lite": "^0.1.26",
    "nerdbank-streams": "^2.11.79",
    "strict-event-emitter-types": "^2.0.0",
    "string-hash": "^1.1.3",
    "uuid": "^9.0.1",
    "vscode-jsonrpc": "^8.1.0"
  },
  "devDependencies": {
    "@microsoft/tsdoc": "^0.15.0",
    "@tsconfig/node18": "^18.2.4",
    "@types/jest": "^29.5.3",
    "@types/msgpack-lite": "^0.1.11",
    "@types/node": "^18.19.31",
    "@types/string-hash": "^1.1.3",
    "@types/uuid": "^9.0.2",
    "@typescript-eslint/eslint-plugin": "^6.2.0",
    "@typescript-eslint/parser": "^6.2.0",
    "@yarnpkg/sdks": "^3.0.0-rc.48",
    "eslint": "^8.45.0",
    "eslint-config-prettier": "^10.0.1",
    "eslint-plugin-import": "^2.31.0",
    "eslint-plugin-jest": "^28.11.0",
    "eslint-plugin-jsx-a11y": "^6.10.2",
    "eslint-plugin-prettier": "^5.2.3",
    "jest": "^29.6.2",
    "jshint": "^2.13.6",
    "nerdbank-gitversioning": "^3.6.133",
    "nyc": "^15.1.0",
    "prettier": "^3.0.0",
    "ts-jest": "^29.1.1",
    "ts-node": "^10.9.2",
    "typescript": "^5.1.6",
    "yargs": "^17.7.2"
  }
}