{
  "name": "@backstage/backend-test-utils",
  "version": "1.4.0",
  "description": "Test helpers library for Backstage backends",
  "backstage": {
    "role": "node-library"
  },
  "publishConfig": {
    "access": "public"
  },
  "keywords": [
    "backstage",
    "test"
  ],
  "homepage": "https://backstage.io",
  "repository": {
    "type": "git",
    "url": "https://github.com/backstage/backstage",
    "directory": "packages/backend-test-utils"
  },
  "license": "Apache-2.0",
  "exports": {
    ".": {
      "require": "./dist/index.cjs.js",
      "types": "./dist/index.d.ts",
      "default": "./dist/index.cjs.js"
    },
    "./package.json": "./package.json"
  },
  "main": "./dist/index.cjs.js",
  "types": "./dist/index.d.ts",
  "typesVersions": {
    "*": {
      "package.json": [
        "package.json"
      ]
    }
  },
  "files": [
    "dist"
  ],
  "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",
    "start": "backstage-cli package start",
    "test": "backstage-cli package test"
  },
  "dependencies": {
    "@backstage/backend-app-api": "^1.2.2",
    "@backstage/backend-defaults": "^0.9.0",
    "@backstage/backend-plugin-api": "^1.3.0",
    "@backstage/config": "^1.3.2",
    "@backstage/errors": "^1.2.7",
    "@backstage/plugin-auth-node": "^0.6.2",
    "@backstage/plugin-events-node": "^0.4.10",
    "@backstage/types": "^1.2.1",
    "@keyv/memcache": "^2.0.1",
    "@keyv/redis": "^4.0.1",
    "@types/express": "^4.17.6",
    "@types/express-serve-static-core": "^4.17.5",
    "@types/keyv": "^4.2.0",
    "@types/qs": "^6.9.6",
    "better-sqlite3": "^11.0.0",
    "cookie": "^0.7.0",
    "express": "^4.17.1",
    "fs-extra": "^11.0.0",
    "keyv": "^5.2.1",
    "knex": "^3.0.0",
    "mysql2": "^3.0.0",
    "pg": "^8.11.3",
    "pg-connection-string": "^2.3.0",
    "testcontainers": "^10.0.0",
    "textextensions": "^5.16.0",
    "uuid": "^11.0.0",
    "yn": "^4.0.0"
  },
  "devDependencies": {
    "@backstage/cli": "^0.32.0",
    "@types/jest": "*",
    "@types/supertest": "^2.0.8",
    "supertest": "^7.0.0"
  }
}