Files
calendar/packages/platform/constants/package.json
T
Lauris SkraucisandGitHub 3c43ce4165 chore: test changesets (#22095)
* chore: test changesets

* bump atoms package.json

* Revert "bump atoms package.json"

This reverts commit 6105f8cf2486085e5da317a6969044693f4a3aa0.

* chore: set packages to private

* ignore private packages

* ignore private
2025-06-27 13:49:28 +02:00

13 lines
314 B
JSON

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