syntax-scribe
Version:
Effortless code documentation generator for JavaScript, TypeScript, Vue, and TSX projects with MkDocs integration.
60 lines (58 loc) • 1.3 kB
JSON
{
"name": "syntax-scribe",
"version": "0.1.02",
"description": "Effortless code documentation generator for JavaScript, TypeScript, Vue, and TSX projects with MkDocs integration.",
"bin": {
"syntax-scribe": "launcher/syntax-scribe"
},
"scripts": {
"postinstall": "node install.js"
},
"keywords": [
"documentation",
"docs",
"typescript",
"javascript",
"vue",
"tsx",
"mkdocs",
"code-analysis",
"api-docs",
"markdown",
"cli",
"developer-tools",
"static-site-generator",
"code-documentation",
"jsdoc",
"technical-writing",
"documentation-generator",
"ast-parser",
"source-code-analysis"
],
"author": {
"name": "Patrick Wright",
"email": "patrick@syntaxscribe.com",
"url": "https://syntaxscribe.com"
},
"license": "SEE LICENSE IN LICENSE.txt",
"engines": {
"node": ">=18"
},
"bugs": {
"url": "https://github.com/syntax-scribe/feedback/issues"
},
"homepage": "https://syntaxscribe.com",
"repository": {
"type": "git",
"url": "git+https://github.com/syntax-scribe/feedback.git"
},
"files": [
"./LICENSE.txt",
"launcher/syntax-scribe",
"README.md",
"install.js"
],
"preferGlobal": true,
"main": "install.js",
"type": "commonjs"
}