Joshua Bemenderfer 0196cd5c87 Reorganize repo.
2022-11-01 14:57:07 -04:00

19 lines
346 B
JSON

{
"name": "@terrace/block-markdown",
"type": "module",
"version": "0.0.1",
"main": "./index.js",
"scripts": {
"test": "vitest"
},
"devDependencies": {
"vitest": "^0.24.5"
},
"dependencies": {
"rehype-stringify": "^9.0.3",
"remark-parse": "^10.0.1",
"remark-rehype": "^10.1.0",
"unified": "^10.1.2"
}
}