UNPKG

@backstage/integration

Version:

Helpers for managing integrations towards external systems

66 lines 1.66 kB
{ "name": "@backstage/integration", "version": "1.17.1", "description": "Helpers for managing integrations towards external systems", "backstage": { "role": "common-library" }, "publishConfig": { "access": "public", "main": "dist/index.cjs.js", "module": "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/integration" }, "license": "Apache-2.0", "sideEffects": false, "main": "dist/index.cjs.js", "types": "dist/index.d.ts", "files": [ "dist", "config.d.ts" ], "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", "test": "backstage-cli package test" }, "dependencies": { "@azure/identity": "^4.0.0", "@azure/storage-blob": "^12.5.0", "@backstage/config": "^1.3.3", "@backstage/errors": "^1.2.7", "@octokit/auth-app": "^4.0.0", "@octokit/rest": "^19.0.3", "cross-fetch": "^4.0.0", "git-url-parse": "^15.0.0", "lodash": "^4.17.21", "luxon": "^3.0.0" }, "devDependencies": { "@backstage/cli": "^0.33.1", "@backstage/config-loader": "^1.10.2", "@types/luxon": "^3.0.0", "msw": "^1.0.0" }, "configSchema": "config.d.ts", "typesVersions": { "*": { "package.json": [ "package.json" ] } }, "module": "dist/index.esm.js" }