Files
botpress--botpress/packages/cli/e2e/fixtures/plugins/plugin-with-interface-dependency/package.json
T
2026-07-13 13:34:48 +08:00

19 lines
446 B
JSON

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