1
0
Fork 0
mirror of https://gitlab.com/bramw/baserow.git synced 2025-01-30 10:26:29 +00:00
bramw_baserow/integrations/zapier/package.json
2022-09-23 18:32:17 +00:00

17 lines
324 B
JSON

{
"name": "baserow-zapier",
"version": "1.1.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "jest --testTimeout 10000"
},
"dependencies": {
"zapier-platform-core": "11.1.1"
},
"devDependencies": {
"jest": "^26.6.3",
"zapier-platform-cli": "^12.0.3"
},
"private": true
}