2023-03-04 05:43:32 +00:00
|
|
|
{
|
2023-04-13 15:43:43 +00:00
|
|
|
"name": "@railway/cli",
|
2025-04-28 16:31:05 +00:00
|
|
|
"version": "4.2.0",
|
2023-04-13 15:43:43 +00:00
|
|
|
"description": "Develop and deploy code with zero configuration",
|
|
|
|
|
"type": "module",
|
|
|
|
|
"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"
|
|
|
|
|
},
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">=16.0.0"
|
|
|
|
|
},
|
|
|
|
|
"scripts": {
|
|
|
|
|
"postinstall": "node ./npm-install/postinstall.js"
|
|
|
|
|
},
|
|
|
|
|
"bin": {
|
|
|
|
|
"railway": "bin/railway.js"
|
|
|
|
|
},
|
|
|
|
|
"files": [
|
|
|
|
|
"npm-install",
|
|
|
|
|
"README.md"
|
|
|
|
|
],
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@napi-rs/triples": "^1.1.0",
|
|
|
|
|
"node-fetch": "^3.1.0",
|
|
|
|
|
"tar": "^6.1.11"
|
|
|
|
|
}
|
2023-03-04 05:43:32 +00:00
|
|
|
}
|