2022-06-30 18:09:09 +00:00
|
|
|
{
|
|
|
|
"name": "@astrojs/mdx",
|
|
|
|
"description": "Use MDX within Astro",
|
2022-06-30 18:39:44 +00:00
|
|
|
"version": "0.0.2",
|
2022-06-30 18:09:09 +00:00
|
|
|
"type": "module",
|
|
|
|
"types": "./dist/index.d.ts",
|
|
|
|
"author": "withastro",
|
|
|
|
"license": "MIT",
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/withastro/astro.git",
|
|
|
|
"directory": "packages/integrations/mdx"
|
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"astro-component",
|
|
|
|
"renderer",
|
|
|
|
"mdx"
|
|
|
|
],
|
|
|
|
"bugs": "https://github.com/withastro/astro/issues",
|
|
|
|
"homepage": "https://astro.build",
|
|
|
|
"exports": {
|
|
|
|
".": "./dist/index.js",
|
|
|
|
"./package.json": "./package.json"
|
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"build": "astro-scripts build \"src/**/*.ts\" && tsc",
|
|
|
|
"build:ci": "astro-scripts build \"src/**/*.ts\"",
|
|
|
|
"dev": "astro-scripts dev \"src/**/*.ts\"",
|
|
|
|
"test": "mocha --exit --timeout 20000"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"@mdx-js/rollup": "^2.1.1"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@types/chai": "^4.3.1",
|
|
|
|
"@types/mocha": "^9.1.1",
|
|
|
|
"@types/yargs-parser": "^21.0.0",
|
|
|
|
"astro": "workspace:*",
|
|
|
|
"astro-scripts": "workspace:*",
|
|
|
|
"chai": "^4.3.6",
|
|
|
|
"mocha": "^9.2.2",
|
|
|
|
"linkedom": "^0.14.12"
|
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"node": "^14.15.0 || >=16.0.0"
|
|
|
|
}
|
|
|
|
}
|