{
  "name": "@doraskill/dora",
  "version": "0.1.23",
  "description": "Automatically discover and try new community skills without disrupting your workflow.",
  "type": "module",
  "bin": {
    "dora": "bin/dora.js"
  },
  "scripts": {
    "build": "node esbuild.config.mjs",
    "test": "vitest run",
    "test:watch": "vitest",
    "typecheck": "tsc --noEmit",
    "prepublishOnly": "npm run build && npm test"
  },
  "files": [
    "cli.bundle.mjs",
    "start.bundle.mjs",
    "bin/",
    "hooks/",
    "skills/",
    "configs/",
    ".claude-plugin/",
    "README.md",
    "LICENSE"
  ],
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.0.0",
    "minisearch": "^7.2.0",
    "smol-toml": "^1.6.1",
    "yaml": "^2.5.0",
    "zod": "^3.23.0"
  },
  "devDependencies": {
    "@types/node": "^22.0.0",
    "esbuild": "^0.23.0",
    "msw": "^2.0.0",
    "typescript": "^5.5.0",
    "vitest": "^2.0.0"
  },
  "engines": {
    "node": ">=18"
  },
  "license": "MIT"
}
