{
  "name": "@miaoosi/hop",
  "version": "0.3.0",
  "description": "Smart proxying made simple with interactive TUI.",
  "type": "commonjs",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "bin": {
    "hop": "./dist/bin/cli.js"
  },
  "files": [
    "dist"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/knight174/hop.git"
  },
  "bugs": {
    "url": "https://github.com/knight174/hop/issues"
  },
  "homepage": "https://github.com/knight174/hop#readme",
  "scripts": {
    "dev": "tsx src/index.ts",
    "build": "tsc",
    "watch": "tsc --watch",
    "prepublishOnly": "npm run build",
    "release": "standard-version",
    "release:first": "standard-version --first-release",
    "release:patch": "standard-version --release-as patch",
    "release:minor": "standard-version --release-as minor",
    "release:major": "standard-version --release-as major"
  },
  "keywords": [
    "proxy",
    "cli",
    "tui",
    "terminal-ui",
    "http-proxy",
    "development",
    "port-forwarding",
    "api-proxy",
    "proxy-manager",
    "request-monitor",
    "dashboard"
  ],
  "author": "Chaos",
  "license": "MIT",
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "blessed": "^0.1.81",
    "blessed-contrib": "^4.11.0",
    "chalk": "^4.1.2",
    "cli-table3": "^0.6.5",
    "commander": "^12.1.0",
    "fs-extra": "^11.2.0",
    "http-proxy": "^1.18.1",
    "inquirer": "^8.2.6",
    "ora": "^5.4.1",
    "selfsigned": "^4.0.0"
  },
  "devDependencies": {
    "@types/blessed": "^0.1.26",
    "@types/fs-extra": "^11.0.4",
    "@types/http-proxy": "^1.17.15",
    "@types/inquirer": "^8.2.10",
    "@types/node": "^22.10.2",
    "@types/selfsigned": "^2.0.4",
    "standard-version": "^9.5.0",
    "tsx": "^4.19.2",
    "typescript": "^5.7.2"
  },
  "engines": {
    "node": ">=18.0.0"
  }
}
