twenty/packages/twenty-ui/package.json

17 lines
291 B
JSON
Raw Permalink Normal View History

{
"name": "twenty-ui",
2024-09-09 19:45:45 +03:00
"version": "0.24.2",
"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"
}
}