{ "name": "node", "version": "18.20.2", "description": "node", "main": "index.js", "keywords": [ "runtime" ], "repository": { "type": "git", "url": "git+https://github.com/aredridel/node-bin-gen.git" }, "scripts": { "preinstall": "node installArchSpecificPackage" }, "bin": { "node": "bin/node.exe" }, "dependencies": { "node-bin-setup": "^1.0.0" }, "license": "ISC", "author": "", "engines": { "npm": ">=5.0.0" } }