Files
2026-07-13 13:34:48 +08:00

37 lines
1.1 KiB
JSON

{
"name": "@botpresshub/gmail",
"description": "Gmail integration for Botpress",
"private": true,
"scripts": {
"build": "bp add -y && bp build",
"check:type": "tsc --noEmit",
"check:bplint": "bp lint",
"check:format": "prettier --check .",
"fix:format": "prettier --write .",
"check:lint": "eslint ./ --ext .ts --ext .tsx",
"fix:lint": "eslint --fix ./ --ext .ts --ext .tsx",
"test": "vitest --run"
},
"dependencies": {
"@botpress/cli": "workspace:*",
"@botpress/client": "workspace:*",
"@botpress/common": "workspace:*",
"@botpress/sdk": "workspace:*",
"@botpress/sdk-addons": "workspace:*",
"@react-email/components": "0.0.25",
"gmail-api-parse-message": "^2.1.2",
"googleapis": "^112.0.0",
"node-html-parser": "^6",
"nodemailer": "^6.7.2",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@botpress/cli": "workspace:*",
"@botpress/sdk": "workspace:*",
"@types/nodemailer": "^6.4.4",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.1"
}
}