{
"name": "@nick.bester/clickup-cli",
"version": "0.8.1",
"description": "CLI for the ClickUp API, optimized for AI agents",
"license": "Apache-2.0",
"author": "Nick Bester <nick@odinside.tech> (https://github.com/nicholasbester)",
"repository": {
"type": "git",
"url": "https://github.com/nicholasbester/clickup-cli"
},
"homepage": "https://clickup-cli.com/",
"keywords": [
"clickup",
"cli",
"api",
"ai-agents",
"mcp",
"productivity"
],
"bin": {
"clickup": "bin/clickup"
},
"scripts": {
"postinstall": "node install.js"
},
"files": [
"bin",
"install.js",
"README.md"
]
}