{ "name": "@backstage/version-bridge", "version": "1.0.8", "description": "Utilities used by @backstage packages to support multiple concurrent versions", "backstage": { "role": "web-library" }, "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": "packages/version-bridge" }, "license": "Apache-2.0", "sideEffects": false, "main": "dist/index.esm.js", "types": "dist/index.d.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", "start": "backstage-cli package start", "test": "backstage-cli package test" }, "dependencies": { "@types/react": "^16.13.1 || ^17.0.0" }, "devDependencies": { "@backstage/cli": "^0.26.3", "@testing-library/jest-dom": "^6.0.0", "@testing-library/react": "^15.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" }, "module": "./dist/index.esm.js" }