docusaurus/packages/docusaurus-remark-plugin-np.../package.json
ozaki bde9cfd84d
chore: update node engine version 18 (#9348)
Co-authored-by: Sébastien Lorber <slorber@users.noreply.github.com>
Co-authored-by: sebastienlorber <lorber.sebastien@gmail.com>
2023-09-28 16:45:25 +02:00

36 lines
837 B
JSON

{
"name": "@docusaurus/remark-plugin-npm2yarn",
"version": "3.0.0-beta.0",
"description": "Remark plugin for converting npm commands to Yarn commands as tabs.",
"main": "lib/index.js",
"publishConfig": {
"access": "public"
},
"scripts": {
"build": "tsc",
"watch": "tsc --watch"
},
"repository": {
"type": "git",
"url": "https://github.com/facebook/docusaurus.git",
"directory": "packages/docusaurus-remark-plugin-npm2yarn"
},
"license": "MIT",
"dependencies": {
"mdast-util-mdx": "^2.0.0",
"npm-to-yarn": "^2.0.0",
"tslib": "^2.6.0",
"unified": "^10.1.2",
"unist-util-visit": "^2.0.3"
},
"devDependencies": {
"@types/mdast": "^3.0.12",
"remark": "^14.0.3",
"remark-mdx": "^2.1.5",
"to-vfile": "^6.1.0"
},
"engines": {
"node": ">=18.0"
}
}