{ "name": "@railway/cli", "version": "0.0.0", "description": "Develop and deploy code with zero configuration", "main": "index.js", "author": "Jake Runzer", "license": "ISC", "homepage": "https://github.com/railwayapp/cli/blob/master/README.md", "repository": { "type": "git", "url": "https://github.com/railwayapp/cli.git" }, "scripts": { "postinstall": "go-npm install", "preuninstall": "go-npm uninstall" }, "goBinary": { "name": "railway", "path": "./bin", "url": "https://github.com/railwayapp/cli/releases/download/v{{version}}/railway_{{version}}_{{platform}}_{{arch}}.tar.gz" }, "files": [], "dependencies": { "go-npm": "^0.1.9" } }