chore(deps): bump dependencies

This commit is contained in:
Neko Ayaka
2025-11-16 02:21:38 +08:00
parent 13b815172c
commit 3e741d57ec
22 changed files with 3132 additions and 3013 deletions
+5 -5
View File
@@ -16,13 +16,13 @@
},
"exports": {
".": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
"types": "./dist/index.d.mts",
"default": "./dist/index.mjs"
}
},
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"bin": "./dist/bin/run.js",
"main": "./dist/index.mjs",
"types": "./dist/index.d.mts",
"bin": "./dist/bin/run.mjs",
"files": [
"README.md",
"dist",