UNPKG

doctordoc

Version:
43 lines (42 loc) 895 B
{ "name": "doctordoc", "version": "0.0.03", "description": "AsciiDoc and Markdown Utility Tool", "type": "module", "bin": { "doctordoc": "./lib/index.js" }, "directories": { "lib": "lib" }, "files": [ "lib/", "package.json", "README.md", "LICENSE" ], "scripts": { "dev": "nodemon ./lib/index.js", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/anderslatif/DoctorDoc.git" }, "keywords": [ "AsciiDoc", "tool" ], "author": "Anders Latif", "license": "MIT", "bugs": { "url": "https://github.com/anderslatif/DoctorDoc/issues" }, "homepage": "https://github.com/anderslatif/DoctorDoc#readme", "dependencies": { "cli-table": "^0.3.11", "colors": "^1.4.0", "commander": "^12.0.0", "github-markdown-css": "^5.8.1" } }