Initial import of verae-activate from zapier monorepo

This commit is contained in:
George Lambert 2026-09-11 14:23:47 -04:00
commit f6c31fdb72
12 changed files with 1363 additions and 0 deletions

18
package.json Normal file
View file

@ -0,0 +1,18 @@
{
"name": "verae-time",
"version": "1.0.0",
"description": "Verae Time — start with Add Numbers, then timestamping.",
"main": "index.js",
"scripts": {
"test": "node --test test/**/*.test.js",
"validate": "zapier-platform validate"
},
"engines": {
"node": ">=18",
"npm": ">=5.6.0"
},
"dependencies": {
"zapier-platform-core": "19.1.0"
},
"private": true
}