{ "name": "@mathiassoeholm/hello", "version": "0.1.2", "repository": "https://github.com/mathiassoeholm/hello-from-rust", "author": "Mathias Soeholm ", "license": "MIT", "bin": { "hello": "npm/run.js" }, "scripts": { "preinstall": "node npm/scripts.js uninstall", "postinstall": "node npm/scripts.js install" }, "dependencies": { "binary-install": "^0.1.1" }, "files": [ "/npm/**/*" ] }