forked from railwayapp/cli
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 705 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 705 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
"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"
}
}