mirror of
https://github.com/twentyhq/twenty.git
synced 2024-11-30 03:43:02 +03:00
7774ef68a2
0.4.0 Release!
17 lines
283 B
JSON
17 lines
283 B
JSON
{
|
|
"name": "twenty-ui",
|
|
"version": "0.4.0",
|
|
"type": "module",
|
|
"main": "./dist/index.js",
|
|
"types": "./dist/index.d.ts",
|
|
"exports": {
|
|
".": {
|
|
"import": "./dist/index.js",
|
|
"require": "./dist/index.cjs"
|
|
}
|
|
},
|
|
"scripts": {
|
|
"build": "vite build"
|
|
}
|
|
}
|