{ "name": "@botpresshub/todoist", "scripts": { "build": "bp add -y && bp build", "check:type": "tsc --noEmit", "check:bplint": "bp lint", "test": "vitest --run" }, "private": true, "dependencies": { "@botpress/common": "workspace:*", "@botpress/sdk": "workspace:*", "@botpress/sdk-addons": "workspace:*", "@doist/todoist-api-typescript": "^3.0.3" }, "devDependencies": { "@botpress/cli": "workspace:*", "@botpress/common": "workspace:*", "@botpress/sdk": "workspace:*", "@botpresshub/creatable": "workspace:*" }, "bpDependencies": {} }