{
  "name": "@crouton-kit/crouter",
  "version": "0.3.97",
  "description": "crtr — agent runtime with memory, plugins, and marketplaces",
  "type": "module",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "bin": {
    "crtr": "bin/crtr",
    "crouter": "bin/crouter",
    "crtrd": "bin/crtrd"
  },
  "exports": {
    ".": {
      "import": "./dist/index.js",
      "types": "./dist/index.d.ts"
    },
    "./cli": {
      "import": "./dist/cli.js"
    },
    "./web": {
      "import": "./dist/web/index.js",
      "types": "./dist/web/index.d.ts"
    }
  },
  "files": [
    "dist",
    "bin",
    "!bin/__tests__",
    "docs",
    "scripts/postinstall.mjs",
    "scripts/install-runtime.mjs",
    "scripts/runtime-lock.mjs",
    "runtime.lock.json"
  ],
  "scripts": {
    "build": "node scripts/build.mjs",
    "test:build-output": "node scripts/build-concurrency-test.mjs",
    "lint:web-px": "node scripts/lint-web-px.mjs",
    "postinstall": "node scripts/postinstall.mjs",
    "install-runtime": "node scripts/install-runtime.mjs",
    "prepack": "node scripts/runtime-lock.mjs prepack",
    "postpack": "node scripts/runtime-lock.mjs postpack",
    "dev": "tsx src/cli.ts",
    "link": "npm link",
    "prepublishOnly": "npm run build",
    "test": "node --import tsx/esm --test 'src/**/__tests__/*.test.ts'",
    "test:full": "npm run test:full:cheap && npm run test:full:live && npm run test:full:heavy",
    "test:full:cheap": "node --import tsx/esm --test-concurrency=4 --test $(find src -type f -name '*.test.ts' -path '*/__tests__/*' ! -path '*/__tests__/*/*' ! -path 'src/core/__tests__/live-mutation-verbs.test.ts')",
    "test:full:live": "node --import tsx/esm --test-concurrency=1 --test src/core/__tests__/live-mutation-verbs.test.ts",
    "test:full:heavy": "node --import tsx/esm --test-concurrency=1 --test 'src/core/__tests__/full/*.test.ts'"
  },
  "overrides": {
    "@earendil-works/pi-ai": "0.80.6",
    "@earendil-works/pi-agent-core": "0.80.6",
    "@earendil-works/pi-tui": "0.80.6"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/vallum-security/crouter.git"
  },
  "license": "MIT",
  "dependencies": {
    "@crouton-kit/humanloop": "^0.3.38",
    "@earendil-works/pi-agent-core": "0.80.6",
    "@earendil-works/pi-ai": "0.80.6",
    "@earendil-works/pi-coding-agent": "0.80.6",
    "@earendil-works/pi-tui": "0.80.6",
    "@fontsource-variable/fraunces": "^5.2.9",
    "@fontsource-variable/instrument-sans": "^5.2.8",
    "@fontsource-variable/martian-mono": "^5.2.7",
    "@fontsource/fragment-mono": "^5.2.8",
    "@tailwindcss/vite": "^4.3.0",
    "@tanstack/react-virtual": "^3.13.0",
    "@types/markdown-it": "^14.1.2",
    "@vitejs/plugin-react": "^6.0.2",
    "class-variance-authority": "^0.7.1",
    "clsx": "^2.1.1",
    "cron-parser": "^5.6.0",
    "dompurify": "^3.2.3",
    "highlight.js": "^11.11.1",
    "lucide-react": "^0.469.0",
    "markdown-it": "^14.1.0",
    "radix-ui": "^1.5.0",
    "react": "^19.2.7",
    "react-dom": "^19.2.7",
    "react-router-dom": "^7.1.1",
    "tailwind-merge": "^2.6.0",
    "tailwindcss": "^4.3.0",
    "tw-animate-css": "^1.0.0",
    "vite": "^8.0.16",
    "web-push": "^3.6.7",
    "ws": "^8.21.0",
    "yaml": "^2.9.0",
    "zustand": "^5.0.2"
  },
  "devDependencies": {
    "@types/node": "^22.0.0",
    "@types/react": "^19.2.17",
    "@types/react-dom": "^19.2.3",
    "@types/web-push": "^3.6.4",
    "@types/ws": "^8.18.1",
    "esbuild": "^0.27.7",
    "tsx": "^4.0.0",
    "typescript": "^5.7.0",
    "vite-plugin-pwa": "^1.3.0"
  }
}
