{ "name": "@doc-utils/jsonschema2markdown", "version": "0.1.0", "publishConfig": { "registry": "https://gitea.home.jbrumond.me/api/packages/doc-utils/npm/" }, "scripts": { "tsc": "tsc", "clean": "rm -rf ./build ./www" }, "bin": { "docs2website": "./bin/docs2website" }, "main": "./build/index.js", "devDependencies": { "@types/luxon": "^3.1.0", "@types/mustache": "^4.2.2", "@types/node": "^18.16.3", "typescript": "^5.0.4" }, "dependencies": { "glob": "^10.2.2", "luxon": "^3.3.0", "mustache": "^4.2.0", "yaml": "^2.2.2" } }