{
  "name": "prism-kanban",
  "version": "1.3.0",
  "description": "Local-first kanban + agent pipeline runner with terminal and MCP integration.",
  "bin": {
    "prism": "bin/cli.js"
  },
  "main": "server.js",
  "files": [
    "bin/",
    "src/",
    "dist/",
    "mcp/",
    "agents/",
    "terminal.js",
    "server.js",
    "README.md",
    "LICENSE"
  ],
  "engines": {
    "node": ">=20"
  },
  "keywords": [
    "kanban",
    "agents",
    "claude-code",
    "pipeline",
    "local-first"
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/oscarmenendezgarcia/prism"
  },
  "scripts": {
    "test": "node --test --test-concurrency=2 tests/*.test.js",
    "test:report": "node --test --test-concurrency=2 --test-reporter=tap tests/*.test.js 2>&1 | node bin/test-report.js",
    "prepare": "node bin/prepare.js",
    "postinstall": "node bin/postinstall.js",
    "start": "node server.js"
  },
  "dependencies": {
    "better-sqlite3": "^12.9.0",
    "node-pty": "^1.1.0",
    "ws": "^8.19.0"
  }
}
