1
0
mirror of https://github.com/robonen/tools.git synced 2026-03-20 02:44:45 +00:00

feat: update pnpm workspace and dependencies, migrate to tsdown for builds

This commit is contained in:
2026-02-14 03:49:10 +07:00
parent 07e6d3eadc
commit 3da393ed08
16 changed files with 1955 additions and 3012 deletions

View File

@@ -27,19 +27,19 @@
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.mjs",
"import": "./dist/index.js",
"require": "./dist/index.cjs"
}
},
"scripts": {
"test": "vitest run",
"dev": "vitest dev",
"build": "unbuild"
"build": "tsdown"
},
"devDependencies": {
"@robonen/tsconfig": "workspace:*",
"@vue/test-utils": "catalog:",
"unbuild": "catalog:"
"tsdown": "catalog:"
},
"dependencies": {
"@robonen/platform": "workspace:*",