{
  "name": "node",
  "version": "25.9.0",
  "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"
  },
  "dependencies": {
    "node-bin-setup": "^1.0.0"
  },
  "license": "MIT",
  "author": "",
  "engines": {
    "npm": ">=5.0.0"
  }
}