rehype-custom-emoji-plugin/package.json
2025-03-29 23:04:15 +01:00

38 lines
1.1 KiB
JSON

{
"name": "rehype-custom-emoji-plugin",
"version": "0.1.0",
"description": "Rehype plugin to convert custom emoji shortcodes to images",
"type": "module",
"exports": {
".": {
"import": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
}
}
},
"keywords": [],
"author": "sam <sam@vulpine.solutions>",
"license": "ISC",
"packageManager": "pnpm@9.15.4+sha512.b2dc20e2fc72b3e18848459b37359a32064663e5627a51e4c74b2c29dd8e8e0491483c3abb40789cfd578bf362fb6ba8261b05f0387d76792ed6e23ea3b1b6a0",
"devDependencies": {
"@tsconfig/node-lts": "^22.0.1",
"@types/hast": "^3.0.4",
"@types/mdast": "^4.0.4",
"@types/node": "^22.13.14",
"rehype": "^13.0.2",
"rehype-sanitize": "^6.0.0",
"rehype-stringify": "^10.0.1",
"remark-parse": "^11.0.0",
"remark-rehype": "^11.1.1",
"remark-stringify": "^11.0.0",
"tsx": "^4.19.3",
"typescript": "^5.8.2",
"unified": "^11.0.5"
},
"dependencies": {
"hast-util-find-and-replace": "^5.0.1",
"hastscript": "^9.0.1",
"mdast-util-find-and-replace": "^3.0.2"
}
}