We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41f3a86 commit e312f9fCopy full SHA for e312f9f
package.json
@@ -4,6 +4,9 @@
4
"main": "./dist/index.js",
5
"module": "./dist/index.mjs",
6
"types": "./dist/index.d.ts",
7
+ "engines": {
8
+ "node": ">=12"
9
+ },
10
"exports": {
11
"./package.json": "./package.json",
12
".": {
0 commit comments