73 lines
1.7 KiB
JSON
Executable File
73 lines
1.7 KiB
JSON
Executable File
{
|
|
"name": "micromark-extension-mdx-expression",
|
|
"version": "3.0.0",
|
|
"description": "micromark extension to support MDX or MDX JS expressions",
|
|
"license": "MIT",
|
|
"keywords": [
|
|
"micromark",
|
|
"micromark-extension",
|
|
"mdx",
|
|
"mdxjs",
|
|
"expression",
|
|
"js",
|
|
"javascript",
|
|
"es",
|
|
"ecmascript",
|
|
"markdown",
|
|
"unified"
|
|
],
|
|
"repository": "https://github.com/micromark/micromark-extension-mdx-expression/tree/main/packages/micromark-extension-mdx-expression",
|
|
"bugs": "https://github.com/micromark/micromark-extension-mdx-expression/issues",
|
|
"funding": [
|
|
{
|
|
"type": "GitHub Sponsors",
|
|
"url": "https://github.com/sponsors/unifiedjs"
|
|
},
|
|
{
|
|
"type": "OpenCollective",
|
|
"url": "https://opencollective.com/unified"
|
|
}
|
|
],
|
|
"author": "Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)",
|
|
"contributors": [
|
|
"Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)"
|
|
],
|
|
"sideEffects": false,
|
|
"type": "module",
|
|
"exports": {
|
|
"development": "./dev/index.js",
|
|
"default": "./index.js"
|
|
},
|
|
"files": [
|
|
"dev/",
|
|
"lib/",
|
|
"index.d.ts",
|
|
"index.js"
|
|
],
|
|
"dependencies": {
|
|
"@types/estree": "^1.0.0",
|
|
"devlop": "^1.0.0",
|
|
"micromark-factory-mdx-expression": "^2.0.0",
|
|
"micromark-factory-space": "^2.0.0",
|
|
"micromark-util-character": "^2.0.0",
|
|
"micromark-util-events-to-acorn": "^2.0.0",
|
|
"micromark-util-symbol": "^2.0.0",
|
|
"micromark-util-types": "^2.0.0"
|
|
},
|
|
"scripts": {
|
|
"build": "micromark-build"
|
|
},
|
|
"typeCoverage": {
|
|
"atLeast": 100,
|
|
"detail": true,
|
|
"ignoreCatch": true,
|
|
"strict": true
|
|
},
|
|
"xo": {
|
|
"prettier": true,
|
|
"rules": {
|
|
"unicorn/no-this-assignment": "off"
|
|
}
|
|
}
|
|
}
|