{
  "name": "360lm-walkthroughs",
  "version": "0.1.0",
  "description": "Playwright-based human-in-loop walkthroughs for 360LM operational tasks. Drop-in replacement for CiC chat prompts: lower tokens, faster wall-clock, scripts double as regression tests.",
  "bin": {
    "walkthrough": "./bin/walkthrough"
  },
  "scripts": {
    "list": "node bin/walkthrough list",
    "update": "node bin/walkthrough update"
  },
  "dependencies": {
    "playwright": "^1.50.0"
  },
  "engines": {
    "node": ">=20"
  },
  "license": "UNLICENSED"
}
