UNPKG

@backstage/backend-test-utils

Version:

Test helpers library for Backstage backends

100 lines 2.65 kB
{ "name": "@backstage/backend-test-utils", "version": "1.9.1", "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", "./alpha": { "require": "./dist/alpha.cjs.js", "types": "./dist/alpha.d.ts", "default": "./dist/alpha.cjs.js" } }, "main": "./dist/index.cjs.js", "types": "./dist/index.d.ts", "typesVersions": { "*": { "alpha": [ "dist/alpha.d.ts" ], "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.8", "@backstage/backend-defaults": "^0.13.0", "@backstage/backend-plugin-api": "^1.4.4", "@backstage/config": "^1.3.5", "@backstage/errors": "^1.2.7", "@backstage/plugin-auth-node": "^0.6.8", "@backstage/plugin-events-node": "^0.4.16", "@backstage/plugin-permission-common": "^0.9.2", "@backstage/types": "^1.2.2", "@keyv/memcache": "^2.0.1", "@keyv/redis": "^4.0.1", "@keyv/valkey": "^1.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": "^12.0.0", "cookie": "^0.7.0", "express": "^4.17.1", "fs-extra": "^11.0.0", "keyv": "^5.2.1", "knex": "^3.0.0", "lodash": "^4.17.21", "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", "zod": "^3.22.4", "zod-to-json-schema": "^3.20.4" }, "devDependencies": { "@backstage/cli": "^0.34.4", "@types/jest": "*", "@types/lodash": "^4.14.151", "@types/supertest": "^2.0.8", "supertest": "^7.0.0" } }