Files
twenty/packages/twenty-ui/package.json
2024-11-11 11:59:33 +01:00

17 lines
299 B
JSON

{
"name": "twenty-ui",
"version": "0.33.0-canaray",
"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"
}
}