diff --git a/package.json b/package.json index 6598f15..3588c12 100644 --- a/package.json +++ b/package.json @@ -78,5 +78,9 @@ "ts-node": "^10.9.1", "tsconfig-paths": "^4.2.0", "typescript": "^5.1.3" + }, + "engines": { + "node": "20.x", + "npm": "10.x" } }