{
  "name": "@rsdoctor/sdk",
  "version": "1.6.4",
  "repository": {
    "type": "git",
    "url": "https://github.com/web-infra-dev/rsdoctor",
    "directory": "packages/sdk"
  },
  "license": "MIT",
  "main": "dist/index.cjs",
  "types": "dist/index.d.ts",
  "type": "module",
  "exports": {
    ".": {
      "import": {
        "types": "./dist/index.d.ts",
        "default": "./dist/index.js"
      },
      "require": {
        "types": "./dist/index.d.cts",
        "default": "./dist/index.cjs"
      }
    }
  },
  "files": [
    "dist",
    "static",
    "compiled"
  ],
  "dependencies": {
    "launch-editor": "^2.13.2",
    "safer-buffer": "2.1.2",
    "socket.io": "4.8.1",
    "tapable": "2.3.3",
    "@rsdoctor/client": "1.6.4",
    "@rsdoctor/utils": "1.6.4",
    "@rsdoctor/types": "1.6.4",
    "@rsdoctor/graph": "1.6.4"
  },
  "devDependencies": {
    "@types/body-parser": "1.19.6",
    "@types/connect": "3.4.38",
    "@types/cors": "2.8.19",
    "@types/fs-extra": "^11.0.4",
    "@types/node": "^24.12.3",
    "body-parser": "2.2.2",
    "cors": "2.8.6",
    "dayjs": "1.11.21",
    "fs-extra": "^11.1.1",
    "open": "^11.0.0",
    "sirv": "3.0.2",
    "source-map": "^0.7.6",
    "prebundle": "1.6.5",
    "tslib": "2.8.1",
    "typescript": "^6.0.3"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "scripts": {
    "build": "npm run prebundle && rslib build",
    "dev": "npm run start",
    "start": "rslib build -w",
    "test": "rstest run",
    "prebundle": "prebundle"
  }
}