{ "name": "webook", "version": "1.0.1", "description": "A CLI tool to preview markdown notes in a web browser with live reload", "main": "src/server.js", "bin": { "webook": "./bin/webook.js" }, "type": "commonjs", "files": [ "bin/", "src/", "views/", "public/" ], "scripts": { "start": "node bin/webook.js", "dev": "node bin/webook.js . --port=8000" }, "keywords": [ "markdown", "notes", "preview", "cli", "web", "live-reload" ], "author": "wu2kong", "license": "MIT", "dependencies": { "chokidar": "^3.6.0", "commander": "^12.1.0", "express": "^4.21.0", "highlight.js": "^11.10.0", "lucide": "^1.17.0", "markdown-it": "^14.1.0", "ws": "^8.18.0" } }