{ "name": "@botpresshub/airtable", "description": "Airtable integration for Botpress", "private": true, "scripts": { "build": "bp add -y && bp build", "check:type": "tsc --noEmit", "check:bplint": "bp lint", "test": "vitest --run" }, "dependencies": { "@botpress/sdk": "workspace:*", "airtable": "^0.12.2", "axios": "^1.5.0" }, "devDependencies": { "@botpress/cli": "workspace:*", "@botpress/common": "workspace:*", "@botpress/sdk": "workspace:*" } }