aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json14
1 files changed, 3 insertions, 11 deletions
diff --git a/package.json b/package.json
index 661fdadd..75e6f2a4 100644
--- a/package.json
+++ b/package.json
@@ -67,20 +67,12 @@
"type": "module",
"exports": {
".": {
- "require": {
- "types": "./dist/index.d.cts",
- "default": "./dist/index.cjs"
- },
"default": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
}
},
"./locale/*": {
- "require": {
- "types": "./dist/locale/*.d.cts",
- "default": "./dist/locale/*.cjs"
- },
"default": {
"types": "./dist/locale/*.d.ts",
"default": "./dist/locale/*.js"
@@ -88,7 +80,7 @@
},
"./package.json": "./package.json"
},
- "main": "dist/index.cjs",
+ "main": "dist/index.js",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"typesVersions": {
@@ -145,8 +137,8 @@
},
"packageManager": "[email protected]",
"engines": {
- "node": ">=18.0.0",
- "npm": ">=9.0.0"
+ "node": ">=20.19",
+ "npm": ">=10"
},
"pnpm": {
"ignoredBuiltDependencies": [