We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e7ae24 commit 5bd6478Copy full SHA for 5bd6478
package.json
@@ -6,6 +6,9 @@
6
"electron-typescript-definitions": "dist/bin.js"
7
},
8
"main": "dist/index.js",
9
+ "engines": {
10
+ "node": ">=14.0.0"
11
+ },
12
"scripts": {
13
"build": "tsc",
14
"prepare": "husky install",
0 commit comments