100 lines
2.5 KiB
JSON
100 lines
2.5 KiB
JSON
{
|
|
"name": "@backstage/backend-test-utils",
|
|
"version": "1.11.4-next.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": {
|
|
".": "./src/index.ts",
|
|
"./package.json": "./package.json",
|
|
"./alpha": "./src/alpha/index.ts"
|
|
},
|
|
"main": "src/index.ts",
|
|
"types": "src/index.ts",
|
|
"typesVersions": {
|
|
"*": {
|
|
"package.json": [
|
|
"package.json"
|
|
],
|
|
"alpha": [
|
|
"src/alpha/index.ts"
|
|
]
|
|
}
|
|
},
|
|
"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": "workspace:^",
|
|
"@backstage/backend-defaults": "workspace:^",
|
|
"@backstage/backend-plugin-api": "workspace:^",
|
|
"@backstage/config": "workspace:^",
|
|
"@backstage/errors": "workspace:^",
|
|
"@backstage/plugin-auth-node": "workspace:^",
|
|
"@backstage/plugin-events-node": "workspace:^",
|
|
"@backstage/plugin-permission-common": "workspace:^",
|
|
"@backstage/types": "workspace:^",
|
|
"@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.22.0",
|
|
"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": "^11.9.0",
|
|
"text-extensions": "^2.4.0",
|
|
"yn": "^4.0.0",
|
|
"zod": "^3.25.76 || ^4.0.0",
|
|
"zod-to-json-schema": "^3.25.1"
|
|
},
|
|
"devDependencies": {
|
|
"@backstage/cli": "workspace:^",
|
|
"@types/jest": "*",
|
|
"@types/lodash": "^4.14.151",
|
|
"@types/supertest": "^2.0.8",
|
|
"supertest": "^7.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@types/jest": "*"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"@types/jest": {
|
|
"optional": true
|
|
}
|
|
}
|
|
}
|