{
  "name": "@rsdoctor/cli",
  "version": "1.5.16",
  "repository": {
    "type": "git",
    "url": "https://github.com/web-infra-dev/rsdoctor",
    "directory": "packages/cli"
  },
  "bin": {
    "rsdoctor": "./bin/rsdoctor"
  },
  "files": [
    "bin",
    "dist"
  ],
  "exports": {
    ".": {
      "import": {
        "types": "./dist/index.d.ts",
        "default": "./dist/index.js"
      },
      "require": {
        "types": "./dist/index.d.cts",
        "default": "./dist/index.cjs"
      }
    }
  },
  "license": "MIT",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "type": "module",
  "dependencies": {
    "ora": "^5.4.1",
    "@rsdoctor/types": "1.5.16",
    "@rsdoctor/sdk": "1.5.16",
    "@rsdoctor/utils": "1.5.16",
    "@rsdoctor/graph": "1.5.16"
  },
  "devDependencies": {
    "cac": "^7.0.0",
    "typescript": "^6.0.3",
    "picocolors": "^1.1.1",
    "@rsdoctor/client": "1.5.16"
  },
  "peerDependencies": {
    "@rsdoctor/client": "1.5.16"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "scripts": {
    "dev": "npm run start",
    "build": "rslib build",
    "start": "rslib build -w",
    "test": "rstest run"
  }
}