Files
botpress--botpress/interfaces/creatable/package.json
T
2026-07-13 13:34:48 +08:00

18 lines
374 B
JSON

{
"name": "@botpresshub/creatable",
"description": "Creatable interface for Botpress",
"private": true,
"scripts": {
"check:type": "tsc --noEmit",
"check:bplint": "bp lint"
},
"license": "MIT",
"dependencies": {
"@botpress/sdk": "workspace:*"
},
"devDependencies": {
"@botpress/cli": "workspace:*",
"@botpress/sdk": "workspace:*"
}
}