{ "name": "@backstage/plugin-permission-react", "version": "0.4.5-next.1", "main": "src/index.ts", "types": "src/index.ts", "license": "Apache-2.0", "publishConfig": { "access": "public", "main": "dist/index.esm.js", "types": "dist/index.d.ts" }, "backstage": { "role": "web-library" }, "homepage": "https://backstage.io", "repository": { "type": "git", "url": "https://github.com/backstage/backstage", "directory": "plugins/permission-react" }, "keywords": [ "backstage" ], "scripts": { "build": "backstage-cli package build", "lint": "backstage-cli package lint", "test": "backstage-cli package test", "prepack": "backstage-cli package prepack", "postpack": "backstage-cli package postpack", "clean": "backstage-cli package clean", "start": "backstage-cli package start" }, "dependencies": { "@backstage/config": "^1.0.1", "@backstage/core-plugin-api": "^1.0.6-next.1", "@backstage/plugin-permission-common": "^0.6.4-next.0", "cross-fetch": "^3.1.5", "react-use": "^17.2.4", "swr": "^1.1.2" }, "peerDependencies": { "@types/react": "^16.13.1 || ^17.0.0", "react": "^16.13.1 || ^17.0.0", "react-router": "6.0.0-beta.0 || ^6.3.0" }, "devDependencies": { "@backstage/cli": "^0.19.0-next.1", "@backstage/test-utils": "^1.2.0-next.1", "@testing-library/jest-dom": "^5.10.1", "@testing-library/react": "^12.1.3" }, "files": [ "dist" ] }