twenty/packages/twenty-ui/package.json

17 lines
291 B
JSON
Raw Normal View History

{
"name": "twenty-ui",
2024-04-26 18:52:13 +03:00
"version": "0.10.3",
"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"
}
}