railwayapp 3.0.5

Interact with Railway via CLI
{
	"name": "@railway/cli",
	"version": "3.0.5",
	"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"
	],
	"dependencies": {
		"@napi-rs/triples": "^1.1.0",
		"node-fetch": "^3.1.0",
		"tar": "^6.1.11"
	}
}