We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f9d09f commit 415b35dCopy full SHA for 415b35d
1 file changed
package.json
@@ -7,6 +7,9 @@
7
"bugs": "https://github.com/replicate/replicate-javascript/issues",
8
"license": "Apache-2.0",
9
"main": "index.js",
10
+ "engines": {
11
+ "node": ">=18"
12
+ },
13
"scripts": {
14
"lint": "eslint .",
15
"test": "jest"
0 commit comments