2
0
Files
cal/calcom/packages/platform/constants/package.json
2024-08-09 00:39:27 +02:00

12 lines
295 B
JSON

{
"name": "@calcom/platform-constants",
"version": "0.0.0",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"scripts": {
"build": "tsc --build --force tsconfig.json",
"build:watch": "tsc --build --force ./tsconfig.json --watch",
"post-install": "yarn build"
}
}