15 lines
378 B
JSON
15 lines
378 B
JSON
{
|
|
"$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": "*"
|
|
}
|
|
}
|