quicknote-cli
Version:
A simple command-line tool to take quick notes directly in your terminal — now with persistent storage using JSON!
35 lines (34 loc) • 601 B
JSON
{
"name": "quicknote-cli",
"version": "1.0.2",
"main": "index.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"quicknote": "src/index.js"
},
"keywords": [
"cli",
"command-line",
"notes",
"quicknote",
"terminal",
"productivity",
"task",
"notetaking",
"json",
"developer-tools",
"simple-cli",
"nodejs",
"command-line-tool"
],
"author": "Brian Kija",
"license": "ISC",
"description": "",
"dependencies": {
"chalk": "^5.4.1",
"commander": "^13.1.0"
}
}