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:
@@ -29,18 +29,17 @@
|
||||
"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:*",
|
||||
"pathe": "catalog:",
|
||||
"unbuild": "catalog:"
|
||||
"tsdown": "catalog:"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user