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