19 lines
346 B
JSON
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"
|
|
}
|
|
}
|