open-cu
Version:
Open up your [ClickUp](https://clickup.com/) ticket from the command-line on Mac and Windows
32 lines (31 loc) • 666 B
JSON
{
"name": "open-cu",
"version": "1.2.2",
"description": "",
"main": "./lib/index.js",
"bin": {
"open-cu": "./bin/index.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/suarezluis/open-in-click-up.git"
},
"keywords": [
"ClickUp",
"Click-Up",
"Click",
"Up",
"cli",
"ClickUp Ticket",
"Ticket"
],
"author": "Luis Suarez, Eric Scott",
"license": "ISC",
"bugs": {
"url": "https://github.com/suarezluis/open-in-click-up/issues"
},
"homepage": "https://github.com/suarezluis/open-in-click-up#readme"
}