Files
warmbly/integrations/make/package.json
T

13 lines
298 B
JSON

{
"name": "warmbly-make-app",
"version": "1.0.0",
"private": true,
"description": "Warmbly Custom App for Make.com: triggers, actions, and searches for email warmup and cold outreach.",
"scripts": {
"validate": "node scripts/validate.mjs"
},
"engines": {
"node": ">=18"
}
}