17 lines
337 B
JSON
17 lines
337 B
JSON
{
|
|
"name": "@bp-templates/empty-integration",
|
|
"integrationName": "empty-integration",
|
|
"scripts": {
|
|
"check:type": "tsc --noEmit"
|
|
},
|
|
"private": true,
|
|
"dependencies": {
|
|
"@botpress/client": "1.47.0",
|
|
"@botpress/sdk": "6.13.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^22.16.4",
|
|
"typescript": "^5.6.3"
|
|
}
|
|
}
|