{ "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" } }