{ "name": "cli-fixtures-bot-with-plugin-dependency", "scripts": { "check:type": "tsc --noEmit" }, "private": true, "dependencies": { "@botpress/sdk": "workspace:*" }, "devDependencies": { "@types/node": "^22.16.4", "typescript": "^5.6.3" }, "bpDependencies": { "integration-with-entity-dependency": "../../integrations/integration-with-entity-dependency", "plugin-with-interface-dependency": "../../plugins/plugin-with-interface-dependency" } }