ce41397517
* Animate fields list and routes list * Rename routing_forms slug to routing-forms * Add comments * Fixtypo * Add dropdown separator for consistency * Fix missing occurences of routing_forms and improve types for webhooks * Fix weird error about title child is an array * Fix webhook issues * Fix webhook tests and issues found during fixing them * Fix lint errors and warnings Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
19 lines
645 B
JSON
19 lines
645 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/package.json",
|
|
"private": true,
|
|
"name": "@calcom/routing-forms",
|
|
"version": "0.0.0",
|
|
"main": "./index.ts",
|
|
"description": "It would allow a booker to connect with the right person or choose the right event, faster. It would work by taking inputs from the booker and using that data to route to the correct booker/event as configured by Cal user ",
|
|
"dependencies": {
|
|
"@calcom/lib": "*",
|
|
"dotenv": "^16.0.1",
|
|
"json-logic-js": "^2.0.2",
|
|
"react-awesome-query-builder": "^5.1.2"
|
|
},
|
|
"devDependencies": {
|
|
"@calcom/types": "*",
|
|
"@types/json-logic-js": "^1.2.1"
|
|
}
|
|
}
|