* fix: atoms icons and build issues * fixup! fix: atoms icons and build issues * fixup! fixup! fix: atoms icons and build issues * fix import paths * rename SchedulingType to something more specific * fix: Invalid define value (must be an entity name or valid JSON syntax) * chore: atoms build CI job * chore: enable atoms build in CI * fix build * fixup! fix build * fixup! fixup! fix build * chore: replace calendar-days icon with calendar * fixup! Merge branch 'fix-atoms-build-icons' of github.com:calcom/cal.com into fix-atoms-build-icons * fixup! Merge branch 'fix-atoms-build-icons' of github.com:calcom/cal.com into fix-atoms-build-icons * fixup! Merge branch 'fix-atoms-build-icons' of github.com:calcom/cal.com into fix-atoms-build-icons --------- Co-authored-by: Lauris Skraucis <lauris.skraucis@gmail.com> Co-authored-by: Ryukemeister <sahalrajiv6900@gmail.com> Co-authored-by: supalarry <laurisskraucis@gmail.com>
27 lines
637 B
JSON
27 lines
637 B
JSON
{
|
|
"name": "@calcom/platform-enums",
|
|
"version": "0.0.0",
|
|
"main": "./dist/index.ts",
|
|
"types": "./dist/index.ts",
|
|
"exports": {
|
|
".": {
|
|
"require": "./dist/index.js",
|
|
"import": "./dist/index.js",
|
|
"types": "./dist/index.d.ts.map"
|
|
},
|
|
"./monorepo": {
|
|
"import": "./monorepo.ts",
|
|
"require": "./monorepo.ts"
|
|
}
|
|
},
|
|
"scripts": {
|
|
"test": "jest ./tests",
|
|
"build": "rm -rf ./dist && tsc --build --force tsconfig.json",
|
|
"build:watch": "tsc --build --force ./tsconfig.json --watch",
|
|
"post-install": "yarn build"
|
|
},
|
|
"dependencies": {
|
|
"@calcom/platform-constants": "*"
|
|
}
|
|
}
|