25 lines
613 B
JSON
25 lines
613 B
JSON
{
|
|
"name": "@botpresshub/sendgrid",
|
|
"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:*",
|
|
"@sendgrid/client": "^8.1.5",
|
|
"@sendgrid/eventwebhook": "^8.0.0",
|
|
"@sendgrid/helpers": "^8.0.0",
|
|
"@sendgrid/mail": "^8.1.5",
|
|
"markdown-it": "^14.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"@botpress/cli": "workspace:*",
|
|
"@botpress/sdk": "workspace:*",
|
|
"@types/markdown-it": "^14.1.2"
|
|
}
|
|
}
|