twenty/packages/twenty-ui/package.json
Marie a048436929
Bump version to v0.31.0 (#7500)
Co-authored-by: Weiko <corentin@twenty.com>
2024-10-08 17:22:16 +02:00

17 lines
291 B
JSON

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