next-mdxlayer
Version:
Next.js plugin to integrate mdxlayer CLI and generated content
88 lines (87 loc) • 1.91 kB
JSON
{
"name": "next-mdxlayer",
"type": "module",
"version": "1.0.22",
"description": "Next.js plugin to integrate mdxlayer CLI and generated content",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js"
},
"./hooks": {
"types": "./dist/hooks/index.d.ts",
"import": "./dist/hooks/index.js"
}
},
"typesVersions": {
"*": {
"*": [
"./dist/index.d.ts"
],
"hooks": [
"./dist/hooks/index.d.ts"
]
}
},
"engines": {
"node": ">=16.0.0"
},
"scripts": {
"check-types": "tsc --noEmit",
"lint": "eslint . --max-warnings 0",
"clean": "rm -rf dist",
"build": "pnpm vite build",
"dev": "pnpm vite build -w",
"version-patch": "npm version patch",
"prepublishOnly": "pnpm clean && pnpm lint && pnpm check-types && pnpm build",
"release": "npm publish --access public"
},
"keywords": [
"next-mdxlayer",
"mdxlayer",
"mdx",
"json output",
"typed content",
"markdown",
"mdx parser",
"static content",
"node",
"next-config",
"webpack",
"nextjs",
"react"
],
"author": {
"name": "Estarlin R",
"email": "dev@estarlincito.com",
"url": "https://estarlincito.com"
},
"files": [
"LICENSE",
"README.md",
"dist"
],
"license": "MIT",
"homepage": "https://github.com/estarlincito/mdxlayer.js#readme",
"repository": {
"type": "git",
"url": "https://github.com/estarlincito/mdxlayer.js.git"
},
"bugs": {
"url": "https://github.com/estarlincito/mdxlayer.js/issues"
},
"peerDependencies": {
"react": "*",
"react-dom": "*"
},
"devDependencies": {
"@repo/dev": "workspace:*",
"@types/react": "*",
"@types/react-dom": "*"
},
"dependencies": {
"mdxlayer": "^1.0.22"
}
}