testando unbuild

This commit is contained in:
Luiz Silva 2025-10-27 12:21:27 -03:00
parent da38648a35
commit 4daa78f698
8 changed files with 3164 additions and 17 deletions

View file

@ -4,15 +4,19 @@
"description": "",
"main": "./dist-back/index.js",
"module": "./dist-front/index.mjs",
"types": "./dist-front/index.d.mts",
"types": "./dist-front/index.d.ts",
"exports": {
".": {
"browser": { "import": "./dist-front/index.mjs", "types": "./dist-front/index.d.ts" },
"types": "./dist-front/index.d.mts",
"types": "./dist-front/index.d.ts",
"import": "./dist-front/index.mjs",
"require": "./dist-back/index.js"
}
},
"type": "module",
"scripts": {
"biome": "pnpm exec biome check --write",
"check": "pnpm run biome && npx tsc --noEmit",
@ -37,6 +41,7 @@
"@types/node": "^20.19.22",
"tsup": "8.5.0",
"typescript": "~5.9.3",
"unbuild": "^3.6.1",
"vitest": "^3.2.4"
},
"peerDependencies": {