{
  "name": "@crowdlisten/harness",
  "version": "2.2.3",
  "description": "Shared context for AI agents — structured harnesses from conversations, feedback, and decisions, queryable via MCP",
  "type": "module",
  "bin": {
    "crowdlisten-harness": "dist/index.js",
    "crowdlisten-serve": "dist/transport/http.js"
  },
  "scripts": {
    "build": "node scripts/clean-build.mjs && tsc",
    "postbuild": "chmod +x dist/index.js dist/transport/http.js",
    "build:web": "[ ! -d src/context/web ] || (cd src/context/web && npx vite build --outDir ../../../web-dist)",
    "build:catalog": "node scripts/build-catalog.js",
    "build:all": "npm run build:catalog && npm run build && npm run build:web",
    "prepublishOnly": "npm run build:all && chmod +x dist/index.js dist/transport/http.js",
    "prepare": "npm run build",
    "dev": "tsx src/index.ts",
    "start": "node dist/index.js",
    "test": "vitest run",
    "test:watch": "vitest",
    "test:coverage": "vitest run --coverage",
    "test:e2e": "vitest run --config vitest.e2e.config.ts"
  },
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.12.1",
    "@supabase/supabase-js": "2.95.3",
    "proper-lockfile": "4.1.2",
    "ws": "^8.21.0"
  },
  "devDependencies": {
    "@tailwindcss/vite": "^4.0.0",
    "@the-convocation/twitter-scraper": "^0.22.1",
    "@types/node": "^22.0.0",
    "@types/proper-lockfile": "4.1.4",
    "@types/react": "^19.0.0",
    "@types/react-dom": "^19.0.0",
    "@types/ws": "^8.18.1",
    "@vitejs/plugin-react": "^4.3.0",
    "@vitest/coverage-v8": "^3.0.0",
    "react": "^19.0.0",
    "react-dom": "^19.0.0",
    "tailwindcss": "^4.0.0",
    "tsx": "^4.23.0",
    "typescript": "^5.7.0",
    "vite": "^6.0.0",
    "vitest": "^3.0.0"
  },
  "files": [
    "dist",
    "web-dist",
    "skills",
    "integrations",
    "docs/OPENCLAW.md",
    "docs/AUTH_SESSIONS.md",
    "docs/PROJECT_RECORDS.md",
    "docs/TOOLS.md",
    "docs/SAVED_SKILLS.md",
    "docs/ACTION_TRAINING_EXPORT.md",
    "docs/KNOWLEDGE_RECORDS.md",
    "docs/MCP_CONSOLIDATION.md",
    "README.md",
    "AGENTS.md",
    "LICENSE"
  ],
  "keywords": [
    "mcp",
    "planning",
    "delegation",
    "coding-agent",
    "crowdlisten",
    "knowledge-base",
    "context-extraction",
    "social-media",
    "crowd-intelligence",
    "skill-packs"
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Crowdlisten/crowdlisten_harness.git"
  },
  "homepage": "https://crowdlisten.com"
}
