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

23 lines
517 B
JSON

{
"name": "@botpresshub/resend",
"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:*",
"markdown-it": "^14.1.0",
"resend": "^4.6.0",
"svix": "^1.69.0"
},
"devDependencies": {
"@botpress/cli": "workspace:*",
"@botpress/sdk": "workspace:*",
"@types/markdown-it": "^14.1.2"
}
}