{
  "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"
  }
}
