{
  "name": "inplan",
  "version": "0.1.26",
  "description": "inplan — a Markdown editor for human ⇄ coding-agent planning. CLI + desktop editor.",
  "license": "AGPL-3.0-or-later",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/melly-lgtm/inplan.git"
  },
  "homepage": "https://inplan.ai",
  "type": "module",
  "bin": {
    "inplan": "bin/cli.js"
  },
  "files": [
    "bin",
    "app",
    "skill",
    "LICENSE"
  ],
  "engines": {
    "node": ">= 22.12.0"
  },
  "scripts": {
    "postinstall": "node bin/cli.js install-skill --quiet || true"
  },
  "dependencies": {
    "electron": "^43.2.0",
    "@hocuspocus/provider": "^2.15.3",
    "@supabase/supabase-js": "^2.45.0",
    "ws": "^8.18.0",
    "yjs": "^13.6.31"
  }
}
