mirror of
https://github.com/warmbly/warmbly.git
synced 2026-08-18 16:01:18 +00:00
13 lines
298 B
JSON
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"
|
|
}
|
|
}
|