UNPKG

tinymdserv

Version:
36 lines (35 loc) 706 B
{ "name": "tinymdserv", "version": "1.1.1", "description": "Tiny Markdown Server", "preferGlobal": true, "main": "app.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "start": "node app.js", "mon": "nodemon app.js" }, "keywords": [ "Tiny", "Markdown", "Server" ], "author": "Doosik Kim", "license": "ISC", "bin": { "tinymdserv": "app.js" }, "type": "module", "repository": { "type": "git", "url": "https://github.com/doosik71/tinymdserv.git" }, "dependencies": { "ejs": "^3.1.10", "express": "^5.1.0", "marked": "^16.0.0", "mermaid": "^11.4.1", "url": "^0.11.4", "yargs": "^18.0.0" } }