1
0
Fork 0
mirror of https://gitlab.com/bramw/baserow.git synced 2025-02-21 12:16:07 +00:00
bramw_baserow/integrations/zapier/package.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

18 lines
324 B
JSON
Raw Normal View History

{
"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
}