Files
calendar/packages/app-store/package.json
T
96855ea391 chore: upgrade eslint 9 (#24002)
* 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>
2025-09-24 22:20:49 +09:00

35 lines
935 B
JSON

{
"name": "@calcom/app-store",
"private": true,
"sideEffects": false,
"version": "0.0.0",
"main": "./index.ts",
"files": [
"components.ts"
],
"scripts": {
"type-check": "tsc --pretty --noEmit",
"type-check:ci": "tsc-absolute --pretty --noEmit",
"lint": "eslint .",
"lint:fix": "eslint .",
"lint:report": "eslint . --format json --output-file ../../lint-results/app-store.json"
},
"dependencies": {
"@calcom/dailyvideo": "workspace:*",
"@calcom/dayjs": "workspace:*",
"@calcom/features": "workspace:*",
"@calcom/lib": "workspace:*",
"@calcom/office365video": "workspace:*",
"@calcom/ui": "workspace:*",
"@calcom/zoomvideo": "workspace:*",
"lodash": "^4.17.21",
"qs-stringify": "^1.2.1",
"react-i18next": "^12.2.0",
"stripe": "^9.16.0"
},
"devDependencies": {
"@calcom/eslint-config": "workspace:*",
"@calcom/types": "workspace:*"
}
}