chore: import upstream snapshot with attribution
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user