015149cffd
Signed-off-by: Marley <55280588+marleypowell@users.noreply.github.com>
77 lines
1.9 KiB
JSON
77 lines
1.9 KiB
JSON
{
|
|
"name": "@backstage/backend-test-utils",
|
|
"version": "0.3.8-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"
|
|
},
|
|
"main": "src/index.ts",
|
|
"types": "src/index.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": "workspace:^",
|
|
"@backstage/backend-common": "workspace:^",
|
|
"@backstage/backend-plugin-api": "workspace:^",
|
|
"@backstage/config": "workspace:^",
|
|
"@backstage/errors": "workspace:^",
|
|
"@backstage/plugin-auth-node": "workspace:^",
|
|
"@backstage/plugin-events-node": "workspace:^",
|
|
"@backstage/types": "workspace:^",
|
|
"better-sqlite3": "^9.0.0",
|
|
"cookie": "^0.6.0",
|
|
"express": "^4.17.1",
|
|
"fs-extra": "^11.0.0",
|
|
"knex": "^3.0.0",
|
|
"msw": "^1.0.0",
|
|
"mysql2": "^3.0.0",
|
|
"pg": "^8.11.3",
|
|
"testcontainers": "^10.0.0",
|
|
"textextensions": "^5.16.0",
|
|
"uuid": "^9.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@backstage/cli": "workspace:^",
|
|
"@types/supertest": "^2.0.8",
|
|
"supertest": "^6.1.3"
|
|
},
|
|
"peerDependencies": {
|
|
"@types/jest": "*"
|
|
}
|
|
}
|