asciidocdoctor
Version:
Utility tool for AsciiDoc files
42 lines (41 loc) • 880 B
JSON
{
"name": "asciidocdoctor",
"version": "0.0.07",
"description": "Utility tool for AsciiDoc files",
"type": "module",
"bin": {
"asciidocdoctor": "./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/AsciiDocDoctor.git"
},
"keywords": [
"AsciiDoc",
"tool"
],
"author": "Anders Latif",
"license": "MIT",
"bugs": {
"url": "https://github.com/anderslatif/AsciiDocDoctor/issues"
},
"homepage": "https://github.com/anderslatif/AsciiDocDoctor#readme",
"dependencies": {
"cli-table": "^0.3.11",
"colors": "^1.4.0",
"commander": "^12.0.0"
}
}