@mdx-js/language-service
Version:
MDX support for Volar
61 lines (60 loc) • 1.53 kB
JSON
{
"name": "@mdx-js/language-service",
"version": "0.7.1",
"type": "module",
"description": "MDX support for Volar",
"repository": {
"type": "git",
"url": "https://github.com/mdx-js/mdx-analyzer.git",
"directory": "packages/language-service"
},
"homepage": "https://mdxjs.com",
"bugs": "https://github.com/mdx-js/mdx-analyzer/issues",
"author": "Remco Haszing <remcohaszing@gmail.com>",
"funding": "https://opencollective.com/unified",
"license": "MIT",
"exports": {
".": {
"types": "./types/index.d.ts",
"default": "./lib/index.js"
}
},
"files": [
"lib",
"types"
],
"keywords": [
"IntelliSense",
"mdx",
"typescript",
"unified"
],
"scripts": {
"prepack": "tsc --build --clean && tsc --build",
"test-api": "node --test",
"test": "npm pack && npm run test-api"
},
"dependencies": {
"@types/estree": "^1.0.0",
"@types/mdast": "^4.0.0",
"@types/unist": "^3.0.0",
"@volar/language-service": "~2.4.0",
"estree-util-scope": "^1.0.0",
"estree-walker": "^3.0.0",
"mdast-util-mdxjs-esm": "^2.0.0",
"mdast-util-to-markdown": "^2.0.0",
"remark-mdx": "^3.0.0",
"remark-parse": "^11.0.0",
"unified": "^11.0.0",
"unist-util-lsp": "^2.0.0",
"unist-util-visit-parents": "^6.0.0",
"vfile-message": "^4.0.0",
"vscode-uri": "^3.0.0"
},
"devDependencies": {
"@types/node": "^22.0.0",
"remark-frontmatter": "^5.0.0",
"typescript": "^5.0.0"
},
"sideEffects": false
}