{ "name": "@endeavorance/packmd", "module": "index.ts", "type": "module", "private": true, "version": "0.3.1", "scripts": { "build": ".run/build", "fmt": "bunx --bun biome check --fix" }, "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-custom-heading-id": "^2.0.0", "remark-gfm": "^4.0.1", "remark-parse": "^11.0.0", "remark-rehype": "^11.1.2", "unified": "^11.0.5" } }