2023-10-17 22:00:20 +03:00
|
|
|
{
|
2023-12-15 17:40:04 +03:00
|
|
|
"name": "twenty-zapier",
|
2024-10-10 16:35:36 +03:00
|
|
|
"version": "1.0.2",
|
2023-10-17 22:00:20 +03:00
|
|
|
"description": "Effortlessly sync Twenty with 3000+ apps. Automate tasks, boost productivity, and supercharge your customer relationships!",
|
|
|
|
"main": "src/index.ts",
|
|
|
|
"scripts": {
|
2024-01-05 16:59:58 +03:00
|
|
|
"nx": "NX_DEFAULT_PROJECT=twenty-zapier node ../../node_modules/nx/bin/nx.js",
|
2023-10-17 22:00:20 +03:00
|
|
|
"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",
|
2024-06-11 13:08:21 +03:00
|
|
|
"versions": "yarn build && zapier versions",
|
2023-10-17 22:00:20 +03:00
|
|
|
"clean": "rimraf ./lib ./build",
|
|
|
|
"watch": "yarn clean && tsc --watch",
|
|
|
|
"_zapier-build": "yarn build"
|
|
|
|
},
|
|
|
|
"engines": {
|
2024-01-05 16:59:58 +03:00
|
|
|
"node": "^18.17.1",
|
|
|
|
"npm": "please-use-yarn",
|
|
|
|
"yarn": "^4.0.2"
|
2023-10-17 22:00:20 +03:00
|
|
|
},
|
|
|
|
"private": true,
|
|
|
|
"zapier": {
|
|
|
|
"convertedByCLIVersion": "15.4.1"
|
2024-01-16 17:31:09 +03:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2024-10-10 16:32:06 +03:00
|
|
|
"dotenv": "^16.4.5",
|
2024-01-16 17:31:09 +03:00
|
|
|
"zapier-platform-core": "15.5.1"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
2024-02-01 17:19:42 +03:00
|
|
|
"jest": "29.7.0",
|
|
|
|
"rimraf": "^3.0.2",
|
2024-01-16 17:31:09 +03:00
|
|
|
"zapier-platform-cli": "^15.4.1"
|
|
|
|
},
|
|
|
|
"installConfig": {
|
|
|
|
"hoistingLimits": "dependencies"
|
2023-10-17 22:00:20 +03:00
|
|
|
}
|
|
|
|
}
|