{ "name": "app", "version": "0.0.1", "description": "Example App", "main": "index.js", "scripts": { "postinstall": "go-npm install", "preuninstall": "go-npm uninstall" }, "goBinary": { "name": "myBinaryName", "path": "./bin", "url": "https://github.com/user/myrepo/releases/download/v{{version}}/myBinaryName{{platform}}_{{arch}}.tar.gz" } }