2021-06-04 18:19:01 +00:00
|
|
|
{
|
|
|
|
"name": "@astrojs/markdown-support",
|
2021-06-04 18:28:14 +00:00
|
|
|
"version": "0.1.1",
|
2021-06-04 18:19:01 +00:00
|
|
|
"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"
|
|
|
|
}
|
|
|
|
}
|