fumadocs-docgen
Version:
Useful remark utilities and plugins
88 lines • 1.91 kB
JSON
{
"name": "fumadocs-docgen",
"version": "3.1.0",
"description": "Useful remark utilities and plugins",
"keywords": [
"Docs",
"fumadocs",
"mdx",
"remark"
],
"homepage": "https://fumadocs.dev",
"license": "MIT",
"author": "Fuma Nama",
"repository": {
"type": "git",
"url": "github:fuma-nama/fumadocs"
},
"files": [
"dist"
],
"type": "module",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js"
},
"./remark-ts2js": {
"types": "./dist/remark-ts2js.d.ts",
"import": "./dist/remark-ts2js.js"
}
},
"publishConfig": {
"access": "public"
},
"dependencies": {
"estree-util-to-js": "^2.0.0",
"estree-util-value-to-estree": "^3.5.0",
"npm-to-yarn": "^3.0.1",
"oxc-transform": "^0.138.0",
"unified": "^11.0.5",
"unist-util-visit": "^5.1.0",
"vfile": "^6.0.3",
"zod": "^4.4.3"
},
"devDependencies": {
"@mdx-js/mdx": "^3.1.1",
"@types/estree": "^1.0.9",
"@types/hast": "^3.0.4",
"@types/mdast": "^4.0.4",
"@types/node": "26.1.0",
"mdast-util-mdx": "^3.0.0",
"remark": "^15.0.1",
"tsdown": "0.22.3",
"typescript": "^6.0.3",
"fumadocs-core": "16.11.0",
"tsconfig": "0.0.0"
},
"peerDependencies": {
"@types/estree": "*",
"@types/hast": "*",
"@types/mdast": "*",
"fumadocs-core": "^15.7.2 || ^16.0.0",
"mdast-util-mdx": "*"
},
"peerDependenciesMeta": {
"mdast-util-mdx": {
"optional": true
},
"@types/hast": {
"optional": true
},
"@types/mdast": {
"optional": true
},
"@types/estree": {
"optional": true
}
},
"scripts": {
"build": "tsdown",
"clean": "rimraf dist",
"dev": "tsdown --watch",
"lint": "oxlint .",
"types:check": "tsc --noEmit"
}
}