buildmd/package.json
2025-06-06 12:00:37 -04:00

25 lines
563 B
JSON

{
"name": "@endeavorance/packmd",
"module": "index.ts",
"type": "module",
"private": true,
"version": "0.2.1",
"devDependencies": {
"@types/bun": "latest"
},
"peerDependencies": {
"typescript": "^5"
},
"dependencies": {
"@biomejs/biome": "^1.9.4",
"@endeavorance/emdy": "^1.0.0",
"rehype-callouts": "^2.1.0",
"rehype-raw": "^7.0.0",
"rehype-slug": "^6.0.0",
"rehype-stringify": "^10.0.1",
"remark-gfm": "^4.0.1",
"remark-parse": "^11.0.0",
"remark-rehype": "^11.1.2",
"unified": "^11.0.5"
}
}