31 lines
743 B
JSON
31 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": "^22.12.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": "3.23.8"
|
|
},
|
|
"devDependencies": {
|
|
"jest": "29.7.0",
|
|
"rimraf": "^3.0.2",
|
|
"zapier-platform-cli": "^15.4.1"
|
|
},
|
|
"installConfig": {
|
|
"hoistingLimits": "dependencies"
|
|
}
|
|
}
|