We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b0f387 commit 389d283Copy full SHA for 389d283
package.json
@@ -1,6 +1,9 @@
1
{
2
"name": "tsjs-lib-generator",
3
"private": true,
4
+ "engines": {
5
+ "node": ">=15"
6
+ },
7
"scripts": {
8
"build": "tsc -p ./tsconfig.json && node ./lib/index.js",
9
"fetch-idl": "tsc -p ./tsconfig.json && node ./lib/idlfetcher.js",
0 commit comments