voltage-autodoc
Version:
Auto-documentation generator for Voltage analytics schemas
28 lines (27 loc) • 640 B
JSON
{
"name": "voltage-autodoc",
"version": "1.2.2",
"description": "Auto-documentation generator for Voltage analytics schemas",
"main": "./dist/index.js",
"scripts": {
"build": "rm -rf dist/ && tsc",
"clean": "rm -rf dist/",
"cli": "node dist/index.js"
},
"bin": {
"voltage-autodoc": "./dist/index.js"
},
"keywords": ["analytics", "documentation", "voltage", "autodoc"],
"author": "Matthew Rheault",
"license": "ISC",
"dependencies": {
"voltage-schema": "^2.0.0"
},
"devDependencies": {
"@types/node": "^16.18.0",
"typescript": "^4.9.5"
},
"engines": {
"node": ">=16.0.0"
}
}