Reorganize repo.

This commit is contained in:
Joshua Bemenderfer
2022-11-01 14:55:57 -04:00
parent 403b6d1768
commit 0196cd5c87
21 changed files with 7 additions and 27 deletions

View File

@@ -0,0 +1,18 @@
{
"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"
}
}