{ "name": "@backstage/integration", "description": "Helpers for managing integrations towards external systems", "version": "1.8.0", "main": "dist/index.cjs.js", "types": "dist/index.d.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": "packages/integration" }, "keywords": [ "backstage" ], "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" }, "dependencies": { "@azure/identity": "^4.0.0", "@backstage/config": "^1.1.1", "@octokit/auth-app": "^4.0.0", "@octokit/rest": "^19.0.3", "cross-fetch": "^4.0.0", "git-url-parse": "^13.0.0", "lodash": "^4.17.21", "luxon": "^3.0.0" }, "devDependencies": { "@backstage/cli": "^0.25.0", "@backstage/config-loader": "^1.6.0", "@types/luxon": "^3.0.0", "msw": "^1.0.0" }, "files": [ "dist", "config.d.ts" ], "configSchema": "config.d.ts", "module": "dist/index.esm.js" }