fumadocs-docgen
Version:
Useful remark utilities and plugins
64 lines • 1.47 kB
JSON
{
"name": "fumadocs-docgen",
"version": "2.0.1",
"description": "Useful remark utilities and plugins",
"keywords": [
"NextJs",
"fumadocs",
"remark",
"mdx",
"Docs"
],
"homepage": "https://fumadocs.vercel.app",
"repository": "github:fuma-nama/fumadocs",
"license": "MIT",
"author": "Fuma Nama",
"type": "module",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": [
"dist/*"
],
"exports": {
".": {
"import": "./dist/index.js",
"types": "./dist/index.d.ts"
},
"./remark-ts2js": {
"import": "./dist/remark-ts2js.js",
"types": "./dist/remark-ts2js.d.ts"
}
},
"dependencies": {
"estree-util-to-js": "^2.0.0",
"estree-util-value-to-estree": "^3.4.0",
"npm-to-yarn": "^3.0.1",
"oxc-transform": "^0.72.3",
"unist-util-visit": "^5.0.0",
"zod": "^3.25.63"
},
"devDependencies": {
"@mdx-js/mdx": "^3.1.0",
"@types/estree": "^1.0.8",
"@types/hast": "^3.0.4",
"@types/mdast": "^4.0.3",
"@types/node": "24.0.1",
"mdast-util-mdx-jsx": "^3.2.0",
"remark": "^15.0.0",
"typescript": "^5.8.3",
"unified": "^11.0.5",
"vfile": "^6.0.3",
"eslint-config-custom": "0.0.0",
"tsconfig": "0.0.0"
},
"publishConfig": {
"access": "public"
},
"scripts": {
"build": "tsup",
"clean": "rimraf dist",
"dev": "tsup --watch",
"lint": "eslint .",
"types:check": "tsc --noEmit"
}
}