12 lines
295 B
JSON
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"
|
|
}
|
|
}
|