{ "name": "@doc-utils/docs2website", "version": "0.1.7", "publishConfig": { "registry": "https://gitea.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/ical": "^0.8.0", "@types/jsdom": "^20.0.1", "@types/luxon": "^3.3.0", "@types/mustache": "^4.2.2", "@types/node": "^18.16.9", "@types/prismjs": "^1.26.0", "typescript": "^5.0.4" }, "dependencies": { "@doc-utils/color-themes": "^0.2.0", "@doc-utils/jsonschema2markdown": "^0.1.1", "@doc-utils/markdown2html": "^0.3.5", "glob": "^10.2.3", "ical": "^0.8.0", "ical-generator": "^4.1.0", "luxon": "^3.3.0", "mustache": "^4.2.0", "xmlbuilder2": "^3.1.1", "yaml": "^2.2.2" } }