{ "name": "unist-util-mdx-define", "version": "1.1.2", "description": "A unist utility to define MDX exports.", "keywords": [], "homepage": "https://github.com/remcohaszing/unist-util-mdx-define#readme", "bugs": "https://github.com/remcohaszing/unist-util-mdx-define/issues", "repository": "remcohaszing/unist-util-mdx-define", "funding": "https://github.com/sponsors/remcohaszing", "license": "MIT", "author": "Remco Haszing ", "sideEffects": false, "type": "module", "exports": "./dist/unist-util-mdx-define.js", "files": [ "dist", "src", "!*.test.*" ], "scripts": { "prepack": "tsc --build", "pretest": "tsc --build", "test": "node --test" }, "dependencies": { "@types/estree": "^1.0.0", "@types/hast": "^3.0.0", "@types/mdast": "^4.0.0", "estree-util-is-identifier-name": "^3.0.0", "estree-util-scope": "^1.0.0", "estree-walker": "^3.0.0", "vfile": "^6.0.0" }, "devDependencies": { "@mdx-js/mdx": "^3.0.0", "acorn": "^8.0.0", "astring": "^1.0.0", "c8": "^9.0.0", "eslint": "^8.0.0", "eslint-config-remcohaszing": "^10.0.0", "eslint-plugin-jsx-a11y": "^6.0.0", "eslint-plugin-react": "^7.0.0", "prettier": "^3.0.0", "remark-cli": "^12.0.0", "remark-preset-remcohaszing": "^3.0.0", "snapshot-fixtures": "^1.0.0", "typescript": "^5.0.0", "unified": "^11.0.0", "vfile-message": "^4.0.0" } }