docs2website/package.json
James Brumond 0452c5fcf0
All checks were successful
Build and test / build-and-test (18.x) (push) Successful in 1m13s
Build and test / build-and-test (20.x) (push) Successful in 18s
0.2.1
2025-04-20 13:18:15 -07:00

37 lines
895 B
JSON

{
"name": "@doc-utils/docs2website",
"version": "0.2.1",
"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.6",
"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"
}
}