{ "name": "@backstage/backend-common", "description": "Common functionality library for Backstage backends", "version": "0.13.5", "main": "dist/index.cjs.js", "types": "dist/index.d.ts", "private": false, "publishConfig": { "access": "public", "main": "dist/index.cjs.js", "types": "dist/index.d.ts", "alphaTypes": "dist/index.alpha.d.ts" }, "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 --experimental-type-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" }, "dependencies": { "@backstage/cli-common": "^0.1.9", "@backstage/config": "^1.0.1", "@backstage/config-loader": "^1.1.1", "@backstage/errors": "^1.0.0", "@backstage/integration": "^1.2.0", "@backstage/types": "^1.0.0", "@google-cloud/storage": "^5.8.0", "@keyv/redis": "^2.2.3", "@manypkg/get-packages": "^1.1.3", "@octokit/rest": "^18.5.3", "@types/cors": "^2.8.6", "@types/dockerode": "^3.3.0", "@types/express": "^4.17.6", "@types/luxon": "^2.0.4", "@types/webpack-env": "^1.15.2", "archiver": "^5.0.2", "aws-sdk": "^2.840.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": "^11.6.0", "helmet": "^5.0.2", "isomorphic-git": "^1.8.0", "jose": "^4.6.0", "keyv": "^4.0.3", "keyv-memcache": "^1.2.5", "knex": "^1.0.2", "lodash": "^4.17.21", "logform": "^2.3.2", "luxon": "^2.3.1", "minimatch": "^5.0.0", "minimist": "^1.2.5", "morgan": "^1.10.0", "node-abort-controller": "^3.0.1", "node-fetch": "^2.6.7", "raw-body": "^2.4.1", "selfsigned": "^2.0.0", "stoppable": "^1.1.0", "tar": "^6.1.2", "unzipper": "^0.10.11", "winston": "^3.2.1", "yn": "^4.0.0" }, "peerDependencies": { "pg-connection-string": "^2.3.0" }, "peerDependenciesMeta": { "pg-connection-string": { "optional": true } }, "devDependencies": { "@backstage/backend-test-utils": "^0.1.24", "@backstage/cli": "^0.17.1", "@types/archiver": "^5.1.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": "^1.6.3", "@types/minimist": "^1.2.0", "@types/mock-fs": "^4.13.0", "@types/morgan": "^1.9.0", "@types/recursive-readdir": "^2.2.0", "@types/stoppable": "^1.1.0", "@types/supertest": "^2.0.8", "@types/tar": "^6.1.1", "@types/unzipper": "^0.10.3", "@types/webpack-env": "^1.15.2", "aws-sdk-mock": "^5.2.1", "better-sqlite3": "^7.5.0", "http-errors": "^2.0.0", "mock-fs": "^5.1.0", "msw": "^0.35.0", "mysql2": "^2.2.5", "recursive-readdir": "^2.2.2", "supertest": "^6.1.3" }, "files": [ "dist", "config.d.ts", "alpha" ], "configSchema": "config.d.ts", "gitHead": "f7f3e68f6a1c2932406b08e9b449dea99f34c778" }