diff --git a/package.json b/package.json index a4b9366..81eabe7 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "build:cjs": "rollup dist/index.js --file dist/index.cjs --format cjs", "test": "ava", "test:w": "ava -w", - "prepare": "husky install" + "postinstall": "husky install" }, "keywords": [], "author": "nextgen-samurai", @@ -38,9 +38,10 @@ }, "nodeArguments": [ "--import=tsimp" - ] + ], + "timeout": "30s" }, "engines": { - "node": "^20.5" + "node": ">=20.5" } } \ No newline at end of file