{
  "name": "@lamemind/loom-deck",
  "version": "0.71.1",
  "description": "Deck TUI Ink per-progetto della famiglia loom: legge tasks.md e spawna sessioni Claude Code bound via LOOM_TASK",
  "type": "module",
  "bin": {
    "loom-deck": "dist/cli.js"
  },
  "files": [
    "dist",
    "scripts"
  ],
  "scripts": {
    "dev": "tsx src/cli.tsx",
    "build": "tsc",
    "test": "tsx --test test/*.test.ts",
    "start": "node dist/cli.js",
    "prepare": "tsc"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/lamemind/loom-deck.git"
  },
  "homepage": "https://github.com/lamemind/loom-deck#readme",
  "bugs": {
    "url": "https://github.com/lamemind/loom-deck/issues"
  },
  "publishConfig": {
    "access": "public"
  },
  "engines": {
    "node": ">=18"
  },
  "keywords": [
    "loom",
    "ink",
    "tui",
    "deck",
    "claude-code"
  ],
  "author": "lamemind",
  "license": "MIT",
  "dependencies": {
    "ink": "^5.1.0",
    "react": "^18.3.1",
    "string-width": "^7.2.0"
  },
  "devDependencies": {
    "@types/node": "^22.20.0",
    "@types/react": "^18.3.12",
    "tsx": "^4.19.2",
    "typescript": "^5.6.3"
  }
}
