mirror of
https://github.com/railwayapp/cli
synced 2026-04-21 22:17:25 +00:00
26 lines
705 B
JSON
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"
|
|
}
|
|
}
|