convict-doc
Version:
converts a Convict schema into rendered documentation. At this Moment it will be rendered as a markdown table.
23 lines (22 loc) • 495 B
JSON
{
"name": "convict-doc",
"version": "1.0.2",
"description": "",
"main": "dist/index.js",
"scripts": {
"build": "tsc",
"demo": "ts-node src/demo.ts"
},
"keywords": ["convict", "configuration", "documentation"],
"author": "Sascha Engmann",
"repository": {
"type": "git",
"url": "https://github.com/sengmann/convict-doc.git"
},
"license": "MIT",
"devDependencies": {
"@types/convict": "^6.1.1",
"ts-node": "^10.9.1",
"typescript": "^4.9.3"
}
}