zjslqshqz-docma
Version:
A powerful dev-tool to easily generate beautiful HTML documentation from Javascript (JSDoc), Markdown and HTML files.
102 lines (101 loc) • 2.17 kB
JSON
{
"name": "zjslqshqz-docma",
"version": "0.0.7",
"description": "A powerful dev-tool to easily generate beautiful HTML documentation from Javascript (JSDoc), Markdown and HTML files.",
"repository": "https://github.com/zjslqshqz/docma",
"license": "MIT",
"author": {
"name": "Onur Yıldırım",
"email": "onur@cutepilot.com"
},
"main": "index.js",
"files": [
"index.js",
"lib",
"bin",
"LICENSE"
],
"bin": {
"docma": "bin/docma.js"
},
"engines": {
"node": ">=16"
},
"scripts": {
"docs": "node bin/docma",
"docs:query": "node bin/docma -c ./test/docma.query.json",
"docs:debug": "node bin/docma --debug",
"serve": "node bin/docma serve -p 9000",
"test": "jest --verbose --no-cache"
},
"jest": {
"testEnvironment": "node",
"roots": [
"<rootDir>/lib",
"<rootDir>/test"
],
"testMatch": [
"**/test/(*.)?(spec|test).js"
],
"moduleFileExtensions": [
"js",
"json"
],
"testPathIgnorePatterns": [
"/backup/",
"/bin/",
"/design/",
"/doc/",
"/templates/"
]
},
"keywords": [
"doc",
"docs",
"jsdoc",
"document",
"documentation",
"api",
"source",
"code",
"javascript",
"markdown",
"html",
"node",
"dustjs",
"generate",
"build",
"comments",
"template",
"dogma"
],
"dependencies": {
"bluebird": "^3.6.0",
"chalk": "^4.1.2",
"zjslqshqz-docma-template-zebra":">=0.0.4",
"dustjs-linkedin": "^3.0.1",
"easy-table": "^1.2.0",
"express": "^4.18.2",
"fs-extra": "^11.1.1",
"glob": "^8.1.0",
"gzip-size": "^5.1.1",
"inquirer": "^8.2.5",
"neo-jsdoc-x": "^1.0.5",
"jsdom": "^22.0.0",
"less": "^4.1.3",
"less-plugin-clean-css": "^1.5.1",
"lodash": "^4.17.21",
"marked": "^4.3.0",
"npm-name": "^5.5.0",
"semver": "^7.5.0",
"serve-static": "^1.15.0",
"strip-json-comments": "^3.1.1",
"uglify-js": "^3.17.4",
"yargs": "^17.7.2"
},
"devDependencies": {
"eslint": "^8.40.0",
"eslint-config-xo": "^0.43.1",
"jest-cli": "^29.5.0"
}
}