{ "name": "@backstage/version-bridge", "description": "Utilities used by @backstage packages to support multiple concurrent versions", "version": "1.0.7", "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": "packages/version-bridge" }, "keywords": [ "backstage" ], "license": "Apache-2.0", "main": "dist/index.esm.js", "types": "dist/index.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", "start": "backstage-cli package start" }, "dependencies": { "@types/react": "^16.13.1 || ^17.0.0" }, "peerDependencies": { "react": "^16.13.1 || ^17.0.0 || ^18.0.0", "react-dom": "^16.13.1 || ^17.0.0 || ^18.0.0", "react-router-dom": "6.0.0-beta.0 || ^6.3.0" }, "devDependencies": { "@backstage/cli": "^0.24.0", "@testing-library/jest-dom": "^6.0.0", "@testing-library/react": "^14.0.0" }, "files": [ "dist" ], "module": "./dist/index.esm.js" }