mirror of
https://github.com/twentyhq/twenty.git
synced 2024-12-23 20:13:21 +03:00
2fb920f68c
Fixes #8471 Updated `0.33.0-canaray` -> `0.33.0-canary` ![CleanShot 2024-11-13 at 09 45 36](https://github.com/user-attachments/assets/6a365542-9b4d-4279-9ef4-966d22863eba)
17 lines
298 B
JSON
17 lines
298 B
JSON
{
|
|
"name": "twenty-ui",
|
|
"version": "0.33.0-canary",
|
|
"type": "module",
|
|
"main": "./src/index.ts",
|
|
"exports": {
|
|
".": {
|
|
"types": "./dist/index.d.ts",
|
|
"import": "./dist/index.js",
|
|
"require": "./dist/index.cjs"
|
|
}
|
|
},
|
|
"scripts": {
|
|
"build": "npx vite build"
|
|
}
|
|
}
|