{
"name": "hacknote-cli",
"version": "0.1.0",
"description": "CLI for HackNote - manage notes from the command line",
"type": "module",
"bin": {
"hacknote": "./dist/index.js"
},
"scripts": {
"build": "tsc",
"dev": "tsx src/index.ts",
"start": "node dist/index.js"
},
"dependencies": {
"@hocuspocus/provider": "^2.15.0",
"axios": "^1.6.0",
"chalk": "^5.3.0",
"cli-table3": "^0.6.3",
"commander": "^12.0.0",
"yjs": "^13.6.20"
},
"devDependencies": {
"@types/node": "^20.0.0",
"tsx": "^4.0.0",
"typescript": "^5.0.0"
}
}