cli/package.json
github-actions[bot] 1f60c8dafe
Some checks failed
CI / Check (push) Has been cancelled
CI / Lints (push) Has been cancelled
CI / Tests (push) Has been cancelled
Cargo audit / security_audit (push) Has been cancelled
chore: Release railwayapp version 4.40.0
2026-04-17 16:15:48 +00:00

31 lines
680 B
JSON

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