19 lines
446 B
JSON
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"
|
|
}
|
|
}
|