basic cljs setup for doerg

This commit is contained in:
2026-01-24 21:33:19 -07:00
parent 01fc065433
commit e34cad6361
14 changed files with 1968 additions and 26 deletions

18
doerg-parser/package.json Normal file
View File

@@ -0,0 +1,18 @@
{
"scripts": {
"build": "shadow-cljs compile :script",
"release": "shadow-cljs release app"
},
"bin": {
"doerg": "out/doerg/main.js"
},
"devDependencies": {
"shadow-cljs": "^3.3.5"
},
"dependencies": {
"@orgajs/reorg": "^4.3.1",
"@orgajs/reorg-rehype": "^4.3.2",
"rehype-stringify": "^10.0.1",
"unified-stream": "^3.0.0"
}
}