verae-zapier-app/package.json

17 lines
353 B
JSON

{
"name": "verae-zapier",
"version": "1.0.0",
"description": "Zapier CLI app for Verae Timestamping via middleware",
"main": "index.js",
"scripts": {
"test": "node --test test/**/*.test.js"
},
"engines": {
"node": ">=18",
"npm": ">=5.6.0"
},
"dependencies": {
"zapier-platform-core": "15.19.0"
},
"private": true
}