UNPKG

remark-mdx

Version:

remark plugin to support MDX syntax

70 lines (69 loc) 1.83 kB
{ "name": "remark-mdx", "version": "2.0.0-rc.1", "description": "remark plugin to support MDX syntax", "license": "MIT", "keywords": [ "unified", "remark", "remark-plugin", "plugin", "mdast", "markdown", "jsx", "javascript", "xml", "mdx" ], "homepage": "https://mdxjs.com", "repository": { "type": "git", "url": "https://github.com/mdx-js/mdx", "directory": "packages/remark-mdx" }, "bugs": "https://github.com/mdx-js/mdx/issues", "funding": { "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)", "Christian Murphy <christian.murphy.42@gmail.com>" ], "type": "module", "sideEffects": false, "main": "index.js", "types": "index.d.ts", "files": [ "index.d.ts", "index.js" ], "dependencies": { "mdast-util-mdx": "^1.0.0", "micromark-extension-mdxjs": "^1.0.0" }, "devDependencies": { "remark-parse": "^10.0.0", "remark-stringify": "^10.0.0", "unified": "^10.0.0", "unist-builder": "^3.0.0", "unist-util-remove-position": "^4.0.0", "unist-util-visit": "^4.0.0" }, "scripts": { "prepack": "npm run build", "build": "rimraf \"test/**/*.d.ts\" \"*.d.ts\" && tsc && type-coverage", "test-api": "uvu test \"\\.jsx?$\"", "test-coverage": "c8 --check-coverage --branches 100 --functions 100 --lines 100 --statements 100 --reporter lcov npm run test-api", "test": "npm run build && npm run test-coverage" }, "xo": false, "typeCoverage": { "atLeast": 100, "detail": true, "strict": true, "ignoreCatch": true }, "gitHead": "bf7deab69996449cb99c2217dff75e65855eb2c1" }