{
  "name": "openwolf-enhanced",
  "version": "1.9.4",
  "description": "Token-conscious AI brain for Claude Code projects — enhanced fork with bounded storage, self-maintenance (openwolf doctor), .wolfignore scoping, and tunable retention.",
  "type": "module",
  "bin": {
    "openwolf": "./dist/bin/openwolf.js"
  },
  "scripts": {
    "prebuild": "node -e \"const fs=require('fs');if(fs.existsSync('dist'))fs.rmSync('dist',{recursive:true})\"",
    "build": "tsc && pnpm build:hooks && pnpm build:dashboard && chmod +x dist/bin/openwolf.js",
    "postinstall": "chmod +x dist/bin/openwolf.js 2>/dev/null || true",
    "build:hooks": "tsc -p tsconfig.hooks.json",
    "build:dashboard": "cd src/dashboard/app && npx vite build --outDir ../../../dist/dashboard",
    "dev": "tsc --watch",
    "pretest": "tsc && tsc -p tsconfig.hooks.json",
    "test": "node --test test/*.test.js",
    "docs:dev": "vitepress dev docs",
    "docs:build": "vitepress build docs",
    "prepublishOnly": "node scripts/prepublish-guard.mjs"
  },
  "dependencies": {
    "chokidar": "^5.0.0",
    "commander": "^15.0.0",
    "express": "^5.2.1",
    "node-cron": "^4.0.0",
    "open": "^11.0.0",
    "ws": "^8.21.0"
  },
  "optionalDependencies": {
    "puppeteer-core": "^25.0.0"
  },
  "devDependencies": {
    "@tailwindcss/vite": "^4.3.0",
    "@types/express": "^5.0.0",
    "@types/node": "^26.0.0",
    "@types/react": "^19.0.0",
    "@types/react-dom": "^19.0.0",
    "@types/ws": "^8.5.12",
    "@vitejs/plugin-react": "^6.0.0",
    "react": "^19.0.0",
    "react-dom": "^19.0.0",
    "recharts": "^3.9.0",
    "tailwindcss": "^4.0.0",
    "typescript": "^7.0.0",
    "vite": "^8.0.0",
    "vitepress": "^1.6.4"
  },
  "engines": {
    "node": ">=20.0.0"
  },
  "packageManager": "pnpm@11.1.3",
  "license": "AGPL-3.0-only",
  "author": "Krynex Labs <info@krynexlabs.de> (https://krynexlabs.de)",
  "contributors": [
    "Cytostack Pvt Ltd (original OpenWolf)"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/bassprofressor-lab/openwolf-enhanced.git"
  },
  "homepage": "https://github.com/bassprofressor-lab/openwolf-enhanced#readme",
  "bugs": {
    "url": "https://github.com/bassprofressor-lab/openwolf-enhanced/issues"
  },
  "keywords": [
    "claude",
    "ai",
    "context",
    "token",
    "openwolf",
    "claude-code",
    "developer-tools"
  ],
  "files": [
    "dist/",
    "src/templates/",
    "LICENSE",
    "NOTICE",
    "CHANGELOG.md",
    "README.md"
  ]
}
