23 lines
518 B
JSON
23 lines
518 B
JSON
{
|
|
"name": "opnform",
|
|
"version": "1.0.3",
|
|
"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"
|
|
}
|
|
} |