{
  "name": "@psw-ui/cli",
  "description": "CLI for PSW/UI",
  "version": "0.5.0",
  "author": "p-sw",
  "bin": {
    "pswui": "./bin/run.js"
  },
  "bugs": "https://github.com/pswui/ui/issues",
  "dependencies": {
    "@oclif/core": "^4",
    "@oclif/plugin-help": "^6",
    "@oclif/plugin-plugins": "^5",
    "@types/treeify": "^1.0.3",
    "ink": "^5.0.1",
    "ink-text-input": "^6.0.0",
    "node-fetch": "^3.3.2",
    "ora": "^8.0.1",
    "react": "^18.3.1",
    "treeify": "^1.1.0",
    "zod": "^3.23.8"
  },
  "devDependencies": {
    "@oclif/prettier-config": "^0.2.1",
    "@oclif/test": "^4",
    "@types/chai": "^4",
    "@types/ink-divider": "^2.0.4",
    "@types/node": "^18",
    "@typescript-eslint/eslint-plugin": "^7.13.0",
    "@typescript-eslint/parser": "^7.13.0",
    "chai": "^4",
    "eslint": "^8",
    "eslint-config-oclif": "^5",
    "eslint-config-oclif-typescript": "^3",
    "eslint-config-prettier": "^9",
    "eslint-config-xo-space": "^0.35.0",
    "eslint-import-resolver-typescript": "^3.6.1",
    "eslint-plugin-import": "^2.29.1",
    "eslint-plugin-n": "^17.9.0",
    "eslint-plugin-perfectionist": "^2.11.0",
    "eslint-plugin-unicorn": "^54.0.0",
    "oclif": "^4",
    "shx": "^0.3.3",
    "tailwind-scrollbar": "^3.1.0",
    "ts-node": "^10",
    "typescript": "^5"
  },
  "engines": {
    "node": ">=18.0.0"
  },
  "files": [
    "/bin",
    "/dist",
    "/oclif.manifest.json"
  ],
  "homepage": "https://ui.psw.kr",
  "keywords": [
    "oclif"
  ],
  "license": "MIT",
  "main": "dist/index.js",
  "type": "module",
  "oclif": {
    "bin": "pswui",
    "dirname": "pswui",
    "commands": "./dist/commands",
    "plugins": [
      "@oclif/plugin-help"
    ],
    "topicSeparator": " ",
    "topics": {
      "hello": {
        "description": "Say hello to the world and others"
      }
    }
  },
  "repository": "pswui/ui",
  "scripts": {
    "build": "shx rm -rf dist && tsc",
    "lint": "eslint . --ext .ts",
    "prepack": "yarn build"
  },
  "types": "dist/index.d.ts"
}