{
  "name": "omp-huly",
  "version": "0.2.6",
  "description": "Native Huly support cho oh-my-pi (omp) — tools (KHÔNG MCP, gọi thẳng WebSocket API). Fork của pi-huly.",
  "keywords": [
    "huly",
    "oh-my-pi",
    "omp",
    "pi-package",
    "project-management"
  ],
  "homepage": "https://github.com/techio-dev/omp-huly",
  "bugs": {
    "url": "https://github.com/techio-dev/omp-huly/issues"
  },
  "license": "MIT",
  "author": "naicoi92",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/techio-dev/omp-huly.git"
  },
  "files": [
    "dist",
    "README.md",
    "LICENSE",
    "NOTICE.md",
    "CHANGELOG.md"
  ],
  "type": "module",
  "main": "./dist/index.mjs",
  "module": "./dist/index.mjs",
  "exports": {
    ".": {
      "import": "./dist/index.mjs",
      "default": "./dist/index.mjs"
    }
  },
  "scripts": {
    "fmt": "oxfmt --write 'src/**/*.ts' '*.ts'",
    "fmt:check": "oxfmt --check 'src/**/*.ts' '*.ts'",
    "lint": "oxlint .",
    "lint:fix": "oxlint --fix .",
    "lint:md": "markdownlint-cli2",
    "typecheck": "tsc --noEmit",
    "test": "vitest",
    "test:run": "vitest run",
    "build": "rolldown -c rolldown.config.ts",
    "prepack": "pnpm run build"
  },
  "dependencies": {
    "@hcengineering/api-client": "^0.7.423",
    "@hcengineering/core": "^0.7.423",
    "@hcengineering/platform": "^0.7.423",
    "@hcengineering/text-core": "^0.7.423",
    "@hcengineering/text-markdown": "^0.7.423",
    "ws": "^8.21.1",
    "zod": "^4.0.0"
  },
  "devDependencies": {
    "@vitest/coverage-v8": "^4.1.10",
    "markdownlint-cli2": "^0.23.1",
    "oxfmt": "^0.60.0",
    "oxlint": "^1.75.0",
    "rolldown": "^1.2.0",
    "typescript": "^7.0.2",
    "vitest": "^4.1.10"
  },
  "peerDependencies": {
    "@oh-my-pi/pi-agent-core": "*",
    "@oh-my-pi/pi-coding-agent": "*",
    "@oh-my-pi/pi-tui": "*"
  },
  "engines": {
    "node": ">=22.19.0"
  },
  "omp": {
    "extensions": [
      "./dist/index.mjs"
    ]
  }
}
