{ "name": "@botpresshub/bamboohr", "scripts": { "build": "bp add -y && bp build", "check:type": "tsc --noEmit", "check:bplint": "bp lint", "test": "vitest --run" }, "private": true, "dependencies": { "@botpress/client": "workspace:*", "@botpress/sdk": "workspace:*", "jsonwebtoken": "^9.0.2", "lodash": "^4.17.21" }, "devDependencies": { "@botpress/cli": "workspace:*", "@botpress/common": "workspace:*", "@botpress/sdk": "workspace:*", "@types/jsonwebtoken": "^9.0.3", "@types/lodash": "^4.14.191" } }