7b900d8673
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
23 lines
599 B
JSON
23 lines
599 B
JSON
{
|
|
"name": "@astrojs/markdown-support",
|
|
"version": "0.1.1",
|
|
"main": "./dist/index.js",
|
|
"type": "commonjs",
|
|
"exports": {
|
|
".": "./dist/index.js"
|
|
},
|
|
"scripts": {
|
|
"prepublish": "yarn build",
|
|
"build": "astro-scripts build --format cjs \"src/**/*.ts\" && tsc -p tsconfig.json",
|
|
"dev": "astro-scripts dev \"src/**/*.ts\""
|
|
},
|
|
"devDependencies": {
|
|
"@types/github-slugger": "^1.3.0",
|
|
"github-slugger": "^1.3.0",
|
|
"rehype-parse": "^7.0.1",
|
|
"rehype-raw": "^5.1.0",
|
|
"rehype-stringify": "^8.0.0",
|
|
"unified": "^9.2.1",
|
|
"unist-util-visit": "^3.1.0"
|
|
}
|
|
}
|