{
  "name": "checklist-tui",
  "version": "0.1.1",
  "description": "Write a note. Get a checklist. Check things off in the terminal.",
  "keywords": [
    "checklist",
    "todo",
    "tui",
    "cli",
    "terminal",
    "ink"
  ],
  "type": "module",
  "license": "SEE LICENSE IN LICENSE",
  "author": "AnushriyaB",
  "homepage": "https://github.com/AnushriyaB/checklist-tui#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/AnushriyaB/checklist-tui.git"
  },
  "bugs": {
    "url": "https://github.com/AnushriyaB/checklist-tui/issues"
  },
  "bin": {
    "checklist": "dist/cli.js",
    "checklist-tui": "dist/cli.js"
  },
  "files": [
    "dist",
    "scripts/postinstall.js"
  ],
  "engines": {
    "node": ">=18"
  },
  "scripts": {
    "dev": "tsx src/cli.tsx",
    "typecheck": "tsc --noEmit",
    "build": "tsup",
    "prepublishOnly": "npm run build",
    "postinstall": "node scripts/postinstall.js"
  },
  "dependencies": {
    "ink": "^5.0.1",
    "react": "^18.3.1"
  },
  "devDependencies": {
    "@types/node": "^20.14.0",
    "@types/react": "^18.3.3",
    "tsup": "^8.5.1",
    "tsx": "^4.16.2",
    "typescript": "^5.5.4"
  }
}
