Files
backstage/plugins/api-docs-module-protoc-gen-doc/package.json
T
github-actions[bot] 7c41134684 Version Packages (next)
2026-02-10 16:14:59 +00:00

62 lines
1.6 KiB
JSON

{
"name": "@backstage/plugin-api-docs-module-protoc-gen-doc",
"version": "0.1.11-next.0",
"description": "Additional functionalities for the api-docs plugin that renders the output of the protoc-gen-doc",
"backstage": {
"role": "frontend-plugin-module",
"pluginId": "api-docs",
"pluginPackage": "@backstage/plugin-api-docs"
},
"publishConfig": {
"access": "public",
"main": "dist/index.esm.js",
"types": "dist/index.d.ts"
},
"keywords": [
"backstage"
],
"homepage": "https://backstage.io",
"repository": {
"type": "git",
"url": "https://github.com/backstage/backstage",
"directory": "plugins/api-docs-module-protoc-gen-doc"
},
"license": "Apache-2.0",
"sideEffects": false,
"main": "src/index.ts",
"types": "src/index.ts",
"files": [
"dist"
],
"scripts": {
"build": "backstage-cli package build",
"clean": "backstage-cli package clean",
"lint": "backstage-cli package lint",
"prepack": "backstage-cli package prepack",
"postpack": "backstage-cli package postpack",
"test": "backstage-cli package test"
},
"dependencies": {
"grpc-docs": "^1.1.2"
},
"devDependencies": {
"@backstage/cli": "workspace:^",
"@testing-library/jest-dom": "^6.0.0",
"@types/react": "^18.0.0",
"react": "^18.0.2",
"react-dom": "^18.0.2",
"react-router-dom": "^6.30.2"
},
"peerDependencies": {
"@types/react": "^17.0.0 || ^18.0.0",
"react": "^17.0.0 || ^18.0.0",
"react-dom": "^17.0.0 || ^18.0.0",
"react-router-dom": "^6.30.2"
},
"peerDependenciesMeta": {
"@types/react": {
"optional": true
}
}
}