cal/packages/app-store/n8n/package.json

15 lines
378 B
JSON
Raw Permalink Normal View History

{
"$schema": "https://json.schemastore.org/package.json",
"private": true,
"name": "@calcom/n8n",
"version": "0.0.0",
"main": "./index.ts",
"description": "Automate without limits. The workflow automation platform that doesn't box you in, that you never outgrow",
"dependencies": {
"@calcom/lib": "*"
},
"devDependencies": {
"@calcom/types": "*"
}
}