{
  "name": "zap-tcm",
  "version": "4.1.0",
  "description": "✅ If you want to know what zap is, just think of git but for your todos",
  "main": "./dist/index.js",
  "type": "module",
  "bin": {
    "zap": "./dist/index.js",
    "zapg": "./dist/index.zg.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/calebephrem/zap-tcm"
  },
  "bugs": {
    "url": "https://github.com/calebephrem/zap-tcm/issues",
    "email": "quantumpandaprog@gmail.com"
  },
  "scripts": {
    "start": "node .",
    "dev": "node --watch ."
  },
  "keywords": [
    "todo",
    "cli",
    "task",
    "zap",
    "zap-cli",
    "zap-tcm",
    "todo-cli",
    "todo-manager"
  ],
  "author": "Caleb Ephrem",
  "license": "MIT",
  "dependencies": {
    "chalk": "^5.6.2",
    "unique-custom-id": "^3.1.0"
  },
  "devDependencies": {
    "@types/node": "^25.3.3",
    "tsup": "^8.5.1",
    "typescript": "^5.9.3"
  }
}
