opnform-host-nginx/integrations/zapier/package.json

23 lines
518 B
JSON
Raw Permalink Normal View History

{
2024-08-13 12:31:01 +02:00
"name": "opnform",
2024-08-23 09:42:44 +02:00
"version": "1.0.3",
2024-08-13 12:31:01 +02:00
"description": "OpnForm is an open-source form builder for creating and managing forms, enabling seamless data collection and automation.",
"main": "index.js",
"scripts": {
"test": "jest --testTimeout 10000"
},
"engines": {
"node": ">=v18",
"npm": ">=5.6.0"
},
"dependencies": {
"zapier-platform-core": "15.8.0"
},
"devDependencies": {
"jest": "^29.6.0"
},
"private": true,
"zapier": {
"convertedByCLIVersion": "15.8.0"
}
}