Initial import of verae-activate from zapier monorepo
This commit is contained in:
commit
803d2360b4
12 changed files with 1363 additions and 0 deletions
18
package.json
Normal file
18
package.json
Normal 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
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue