{ "name": "@backstage/backend-common", "description": "Common functionality library for Backstage backends", "version": "0.20.1", "main": "./dist/index.cjs.js", "types": "./dist/index.d.ts", "publishConfig": { "access": "public" }, "exports": { ".": { "require": "./dist/index.cjs.js", "types": "./dist/index.d.ts", "default": "./dist/index.cjs.js" }, "./alpha": { "require": "./dist/alpha.cjs.js", "types": "./dist/alpha.d.ts", "default": "./dist/alpha.cjs.js" }, "./testUtils": { "require": "./dist/testUtils.cjs.js", "types": "./dist/testUtils.d.ts", "default": "./dist/testUtils.cjs.js" }, "./package.json": "./package.json" }, "backstage": { "role": "node-library" }, "homepage": "https://backstage.io", "repository": { "type": "git", "url": "https://github.com/backstage/backstage", "directory": "packages/backend-common" }, "keywords": [ "backstage" ], "license": "Apache-2.0", "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", "test:kubernetes": "backstage-cli package test -t KubernetesContainerRunner --no-watch" }, "dependencies": { "@aws-sdk/abort-controller": "^3.347.0", "@aws-sdk/client-s3": "^3.350.0", "@aws-sdk/credential-providers": "^3.350.0", "@aws-sdk/types": "^3.347.0", "@backstage/backend-app-api": "^0.5.10", "@backstage/backend-dev-utils": "^0.1.3", "@backstage/backend-plugin-api": "^0.6.9", "@backstage/cli-common": "^0.1.13", "@backstage/config": "^1.1.1", "@backstage/config-loader": "^1.6.1", "@backstage/errors": "^1.2.3", "@backstage/integration": "^1.8.0", "@backstage/integration-aws-node": "^0.1.8", "@backstage/types": "^1.1.1", "@google-cloud/storage": "^7.0.0", "@keyv/memcache": "^1.3.5", "@keyv/redis": "^2.5.3", "@kubernetes/client-node": "0.20.0", "@manypkg/get-packages": "^1.1.3", "@octokit/rest": "^19.0.3", "@types/cors": "^2.8.6", "@types/dockerode": "^3.3.0", "@types/express": "^4.17.6", "@types/luxon": "^3.0.0", "@types/webpack-env": "^1.15.2", "archiver": "^6.0.0", "base64-stream": "^1.0.0", "compression": "^1.7.4", "concat-stream": "^2.0.0", "cors": "^2.8.5", "dockerode": "^3.3.1", "express": "^4.17.1", "express-promise-router": "^4.1.0", "fs-extra": "10.1.0", "git-url-parse": "^13.0.0", "helmet": "^6.0.0", "isomorphic-git": "^1.23.0", "jose": "^4.6.0", "keyv": "^4.5.2", "knex": "^3.0.0", "lodash": "^4.17.21", "logform": "^2.3.2", "luxon": "^3.0.0", "minimatch": "^5.0.0", "mysql2": "^2.2.5", "node-fetch": "^2.6.7", "p-limit": "^3.1.0", "pg": "^8.11.3", "raw-body": "^2.4.1", "tar": "^6.1.12", "uuid": "^8.3.2", "winston": "^3.2.1", "winston-transport": "^4.5.0", "yauzl": "^2.10.0", "yn": "^4.0.0" }, "peerDependencies": { "pg-connection-string": "^2.3.0" }, "peerDependenciesMeta": { "pg-connection-string": { "optional": true } }, "devDependencies": { "@aws-sdk/util-stream-node": "^3.350.0", "@backstage/backend-test-utils": "^0.2.10", "@backstage/cli": "^0.25.1", "@types/archiver": "^6.0.0", "@types/base64-stream": "^1.0.2", "@types/compression": "^1.7.0", "@types/concat-stream": "^2.0.0", "@types/fs-extra": "^9.0.3", "@types/http-errors": "^2.0.0", "@types/pg": "^8.6.6", "@types/supertest": "^2.0.8", "@types/tar": "^6.1.1", "@types/webpack-env": "^1.15.2", "@types/yauzl": "^2.10.0", "aws-sdk-client-mock": "^3.0.0", "better-sqlite3": "^9.0.0", "http-errors": "^2.0.0", "msw": "^1.0.0", "mysql2": "^2.2.5", "supertest": "^6.1.3" }, "files": [ "dist", "config.d.ts", "alpha", "testUtils" ], "configSchema": "config.d.ts" }