Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 7 additions & 2 deletions workspaces/mcp-integrations/packages/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"start": "backstage-cli package start",
"build": "backstage-cli package build",
"lint": "backstage-cli package lint",
"test": "backstage-cli package test",
"test": "CI=true backstage-cli package test --forceExit --runInBand",
"clean": "backstage-cli package clean",
"build-image": "docker build ../.. -f Dockerfile --tag backstage"
},
Expand Down Expand Up @@ -55,7 +55,12 @@
"pg": "^8.11.3"
},
"devDependencies": {
"@backstage/cli": "^0.36.0"
"@backstage/backend-plugin-api": "^1.8.0",
"@backstage/backend-test-utils": "^1.11.1",
"@backstage/cli": "^0.36.0",
"@backstage/errors": "^1.2.7",
"@backstage/plugin-catalog-node": "^2.1.0",
"@modelcontextprotocol/sdk": "^1.25.2"
},
"files": [
"dist"
Expand Down
Loading
Loading