{
  "name": "openfork",
  "bin": {
    "openfork": "./bin/openfork.exe"
  },
  "scripts": {
    "postinstall": "node ./postinstall.mjs"
  },
  "version": "1.17.14",
  "license": "MIT",
  "os": [
    "darwin",
    "linux",
    "win32"
  ],
  "cpu": [
    "arm64",
    "x64"
  ],
  "optionalDependencies": {
    "openfork-darwin-arm64": "1.17.14"
  }
}