cli/package.json
2020-10-02 10:29:22 -06:00

26 lines
705 B
JSON

{
"name": "@railway/cli",
"version": "0.0.2",
"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"
}
}