* 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>
21 lines
536 B
JSON
21 lines
536 B
JSON
{
|
|
"name": "@calcom/platform-utils",
|
|
"version": "0.0.0",
|
|
"main": "./dist/index.js",
|
|
"types": "./dist/index.d.ts",
|
|
"private": true,
|
|
"scripts": {
|
|
"test": "jest ./tests",
|
|
"build": "tsc --build --force tsconfig.json",
|
|
"build:watch": "tsc --build --force ./tsconfig.json --watch",
|
|
"post-install": "yarn build"
|
|
},
|
|
"dependencies": {
|
|
"@calcom/platform-constants": "workspace:*",
|
|
"@calcom/platform-types": "workspace:*",
|
|
"@types/jest": "^29.5.10",
|
|
"jest": "^29.7.0",
|
|
"ts-jest": "^29.1.1"
|
|
}
|
|
}
|