* add eslint package * upgrade lint * remove linting for generated files from trpc * ts imports * add missing features lint script * enable turbo ui * reference workspace deps correctly * fixes * Fix eslint test * Fix eslint test * npm run all back * fix e2e * fix e2e * fix e2e --------- Co-authored-by: Alex van Andel <me@alexvanandel.com>
24 lines
780 B
JSON
24 lines
780 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": "workspace:*",
|
|
"dotenv": "^16.3.1",
|
|
"json-logic-js": "^2.0.2",
|
|
"react-awesome-query-builder": "^5.1.2"
|
|
},
|
|
"scripts": {
|
|
"lint": "eslint .",
|
|
"lint:fix": "eslint ."
|
|
},
|
|
"devDependencies": {
|
|
"@calcom/eslint-config": "workspace:*",
|
|
"@calcom/types": "workspace:*",
|
|
"@types/json-logic-js": "^1.2.1"
|
|
}
|
|
}
|