Files
twenty/packages/twenty-ui/package.json
2025-03-06 16:50:22 +01:00

20 lines
358 B
JSON

{
"name": "twenty-ui",
"version": "0.44.0-canary",
"type": "module",
"main": "./src/index.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js",
"require": "./dist/index.cjs"
}
},
"dependencies": {
"twenty-shared": "workspace:*"
},
"scripts": {
"build": "npx vite build"
}
}