{ "name": "@backstage/plugin-permission-common", "description": "Isomorphic types and client for Backstage permissions and authorization", "version": "0.7.12", "main": "dist/index.cjs.js", "types": "dist/index.d.ts", "publishConfig": { "access": "public", "main": "dist/index.cjs.js", "module": "dist/index.esm.js", "types": "dist/index.d.ts" }, "backstage": { "role": "common-library" }, "homepage": "https://backstage.io", "repository": { "type": "git", "url": "https://github.com/backstage/backstage", "directory": "plugins/permission-common" }, "keywords": [ "backstage", "permissions" ], "license": "Apache-2.0", "files": [ "dist", "config.d.ts" ], "configSchema": "config.d.ts", "sideEffects": false, "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" }, "bugs": { "url": "https://github.com/backstage/backstage/issues" }, "dependencies": { "@backstage/config": "^1.1.1", "@backstage/errors": "^1.2.3", "@backstage/types": "^1.1.1", "cross-fetch": "^4.0.0", "uuid": "^8.0.0", "zod": "^3.22.4" }, "devDependencies": { "@backstage/cli": "^0.25.1", "msw": "^1.0.0" }, "module": "dist/index.esm.js" }