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 2cf403e commit 2e23f81Copy full SHA for 2e23f81
package.json
@@ -17,8 +17,8 @@
17
"scripts": {
18
"install": "node-gyp-build",
19
"build": "npm run build:gyp && npm run compile",
20
- "build:gyp": "prebuildify -t 20.13.1 -t 18.20.3 -t 22.2.0 --strip",
21
- "build:debug": "prebuildify -t 20.13.1 -t 18.20.3 -t 22.2.0 --debug",
+ "build:gyp": "prebuildify -t 18.20.3 -t 19.9.0 -t 20.13.1 -t 21.7.3 --strip",
+ "build:debug": "prebuildify -t 18.20.3 -t 19.9.0 -t 20.13.1 -t 21.7.3 --debug",
22
"compile": "npm run build:tsc",
23
"build:tsc": "tsc",
24
"test": "npx jest",
@@ -36,7 +36,7 @@
36
},
37
"license": "MIT",
38
"engines": {
39
- "node": "^18.0.0 || ^20.0.0 || ^22.0.0 "
+ "node": "^18.0.0 || ^19.0.0 || ^20.0.0 || ^21.0.0 "
40
41
"os": [
42
"darwin",
0 commit comments