* 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
21 lines
516 B
JSON
21 lines
516 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": "*",
|
|
"@calcom/platform-types": "*",
|
|
"@types/jest": "^29.5.10",
|
|
"jest": "^29.7.0",
|
|
"ts-jest": "^29.1.1"
|
|
}
|
|
}
|