* 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
13 lines
314 B
JSON
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"
|
|
}
|
|
}
|