{ "name": "@backstage/plugin-bitbucket-cloud-common", "description": "Common functionalities for bitbucket-cloud plugins", "version": "0.2.12", "main": "src/index.ts", "types": "src/index.ts", "license": "Apache-2.0", "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/bitbucket-cloud-common" }, "sideEffects": false, "scripts": { "build": "backstage-cli package build", "lint": "backstage-cli package lint", "test": "backstage-cli package test", "clean": "backstage-cli package clean", "prepack": "backstage-cli package prepack", "postpack": "backstage-cli package postpack", "refresh-schema": "scripts/prepare-schema.js && yarn run -T prettier --check bitbucket-cloud.oas.json -w", "generate-models": "scripts/generate-models.sh", "reduce-models": "scripts/reduce-models.js", "update-models": "yarn refresh-schema && yarn generate-models && yarn reduce-models" }, "dependencies": { "@backstage/integration": "workspace:^", "cross-fetch": "^3.1.5" }, "devDependencies": { "@backstage/cli": "workspace:^", "@openapitools/openapi-generator-cli": "^2.4.26", "msw": "^1.0.0", "ts-morph": "^17.0.0" }, "files": [ "dist" ] }