{
  "name": "@siwats/usbip-supervisor",
  "version": "0.1.4",
  "description": "USB/IP supervisor system for automatic device management between client and server",
  "module": "index.ts",
  "type": "module",
  "bin": {
    "usbip-supervisor": "./index.ts"
  },
  "files": [
    "src/",
    "index.ts",
    "README.md",
    "CLAUDE.md",
    "examples/"
  ],
  "scripts": {
    "dev": "bun run index.ts",
    "test": "bun test",
    "test:integration": "bun test --integration",
    "lint": "biome check .",
    "lint:fix": "biome check --write .",
    "format": "biome format --write .",
    "typecheck": "tsc --noEmit"
  },
  "keywords": [
    "usbip",
    "usb",
    "device-management",
    "supervisor"
  ],
  "author": "Siwat",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://git.siwatsystem.com/siwat/usbip-supervisor"
  },
  "bugs": {
    "url": "https://git.siwatsystem.com/siwat/usbip-supervisor/issues"
  },
  "homepage": "https://git.siwatsystem.com/siwat/usbip-supervisor",
  "dependencies": {
    "commander": "^12.1.0",
    "ink": "^5.0.1",
    "ink-text-input": "^6.0.0",
    "react": "^18.3.1",
    "yaml": "^2.6.1",
    "zod": "^3.24.1"
  },
  "devDependencies": {
    "@biomejs/biome": "^2.3.11",
    "@types/bun": "latest",
    "@types/react": "^18.3.18"
  },
  "peerDependencies": {
    "typescript": "^5"
  },
  "engines": {
    "node": ">=18.0.0"
  },
  "os": [
    "linux"
  ]
}