18 lines
399 B
JSON
18 lines
399 B
JSON
{
|
|
"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
|
|
}
|