twenty/packages/twenty-ui/package.json

17 lines
298 B
JSON
Raw Normal View History

{
"name": "twenty-ui",
2024-10-12 18:48:20 +03:00
"version": "0.32.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"
}
}