docs/package.json
{
"name": "docs",
"description": "Module documentation.",
"homepage": "https://github.com/octomation/go-module#readme",
"version": "1.0.0",
"license": "MIT",
"author": "Kamil Samigullin",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/octomation/go-module.git"
},
"bugs": {
"url": "https://github.com/octomation/go-module/issues"
},
"scripts": {
"test": "exit 1"
},
"dependencies": {
"@mdx-js/esbuild": "^2.3.0",
"@mdx-js/mdx": "^2.0.0",
"@mdx-js/react": "^2.0.0"
}
}