{
  "name": "@youngjurry/todo-list",
  "version": "0.1.2",
  "description": "Native task planning and state tracking for Pi with branch replay and a live TUI widget",
  "keywords": [
    "pi-package",
    "pi",
    "pi-coding-agent",
    "pi-extension",
    "agent",
    "task-management",
    "todo"
  ],
  "type": "module",
  "license": "MIT",
  "author": "youngjurry",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/YoungJurry/pi-native-todo.git"
  },
  "homepage": "https://github.com/YoungJurry/pi-native-todo",
  "bugs": {
    "url": "https://github.com/YoungJurry/pi-native-todo/issues"
  },
  "scripts": {
    "check": "node --input-type=module -e \"await import('./index.ts')\"",
    "test": "node --test test/*.test.mjs",
    "prepublishOnly": "npm run check && npm test"
  },
  "files": [
    "index.ts",
    "README.md",
    "LICENSE"
  ],
  "pi": {
    "extensions": [
      "./index.ts"
    ]
  },
  "peerDependencies": {
    "@earendil-works/pi-ai": "*",
    "@earendil-works/pi-coding-agent": "*",
    "@earendil-works/pi-tui": "*",
    "typebox": "*"
  },
  "peerDependenciesMeta": {
    "@earendil-works/pi-ai": {
      "optional": true
    },
    "@earendil-works/pi-coding-agent": {
      "optional": true
    },
    "@earendil-works/pi-tui": {
      "optional": true
    },
    "typebox": {
      "optional": true
    }
  },
  "devDependencies": {
    "@earendil-works/pi-ai": "^0.83.0",
    "@earendil-works/pi-coding-agent": "^0.83.0",
    "@earendil-works/pi-tui": "^0.83.0",
    "typebox": "1.3.7"
  },
  "publishConfig": {
    "access": "public"
  }
}
