mirror of
https://github.com/twentyhq/twenty.git
synced 2024-11-30 23:23:47 +03:00
bb91917ff8
* Add trigger record * Merge triggers * Merge creates * Fix libraries * Fix create merged key * Rename file * Remove list Record Ids * Revert "Rename file" This reverts commit2e72e05793
. * Revert "Revert "Rename file"" This reverts commite2d93fa027
. * Revert "Remove list Record Ids" This reverts commit6653fb6ccd
. * Remove namePlural field * Use name singular for webhooks * Send webhook metadata * Extract resource from zapier webhook * Fix package.json * Fix package.json * Update payload * Fix package.json * Update payload * Update payload * Rename file * Use wildcard in webhook events * Fix nameSingular * Code review returns * Code review returns
36 lines
1.0 KiB
JSON
36 lines
1.0 KiB
JSON
{
|
|
"name": "twenty-zapier",
|
|
"version": "1.0.0",
|
|
"description": "Effortlessly sync Twenty with 3000+ apps. Automate tasks, boost productivity, and supercharge your customer relationships!",
|
|
"main": "src/index.ts",
|
|
"scripts": {
|
|
"nx": "NX_DEFAULT_PROJECT=twenty-zapier node ../../node_modules/nx/bin/nx.js",
|
|
"format": "prettier . --write \"!build\"",
|
|
"test": "yarn build && jest --testTimeout 10000 --rootDir ./lib/test",
|
|
"build": "yarn clean && tsc",
|
|
"deploy": "yarn build && zapier push",
|
|
"validate": "yarn build && zapier validate",
|
|
"clean": "rimraf ./lib ./build",
|
|
"watch": "yarn clean && tsc --watch",
|
|
"_zapier-build": "yarn build"
|
|
},
|
|
"engines": {
|
|
"node": "^18.17.1",
|
|
"npm": "please-use-yarn",
|
|
"yarn": "^4.0.2"
|
|
},
|
|
"private": true,
|
|
"zapier": {
|
|
"convertedByCLIVersion": "15.4.1"
|
|
},
|
|
"dependencies": {
|
|
"zapier-platform-core": "15.5.1"
|
|
},
|
|
"devDependencies": {
|
|
"zapier-platform-cli": "^15.4.1"
|
|
},
|
|
"installConfig": {
|
|
"hoistingLimits": "dependencies"
|
|
}
|
|
}
|