mirror of
https://github.com/twentyhq/twenty
synced 2026-04-21 13:37:22 +00:00
Closes [#1526](https://github.com/twentyhq/core-team-issues/issues/1526) --------- Co-authored-by: Félix Malfait <felix@twenty.com> Co-authored-by: Félix Malfait <felix.malfait@gmail.com>
30 lines
743 B
JSON
30 lines
743 B
JSON
{
|
|
"name": "twenty-zapier",
|
|
"version": "2.0.2",
|
|
"description": "Effortlessly sync Twenty with 3000+ apps. Automate tasks, boost productivity, and supercharge your customer relationships!",
|
|
"main": "src/index.ts",
|
|
"engines": {
|
|
"node": "^24.5.0",
|
|
"npm": "please-use-yarn",
|
|
"yarn": "^4.0.2"
|
|
},
|
|
"private": true,
|
|
"zapier": {
|
|
"convertedByCLIVersion": "15.4.1"
|
|
},
|
|
"dependencies": {
|
|
"@sniptt/guards": "^0.2.0",
|
|
"dotenv": "^16.4.5",
|
|
"libphonenumber-js": "^1.10.26",
|
|
"zapier-platform-core": "15.5.1",
|
|
"zod": "^4.1.11"
|
|
},
|
|
"devDependencies": {
|
|
"jest": "29.7.0",
|
|
"rimraf": "^3.0.2",
|
|
"zapier-platform-cli": "^15.4.1"
|
|
},
|
|
"installConfig": {
|
|
"hoistingLimits": "dependencies"
|
|
}
|
|
}
|