{
  "name": "railway",
  "version": "2.0.17",
  "main": "dist/index.js",
  "files": [
    "dist/**/*",
    "pg/**/*",
    "src/**/*"
  ],
  "bin": {
    "railway": "./dist/index.js"
  },
  "homepage": "https://railway.app",
  "bugs": {
    "url": "https://discord.gg/xAm2w6g"
  },
  "scripts": {
    "start": "node dist/index.js",
    "build": "yarn clean && NODE_ENV=production rollup -c rollup.config.ts && chmod +x dist/index.js",
    "watch": "yarn clean && yarn build && rollup -c rollup.config.ts -w",
    "test": "jest",
    "lint": "eslint src --ext .ts,.tsx",
    "clean": "rimraf dist pg/*.js tsconfig.tsbuildinfo",
    "prepublishOnly": "yarn build",
    "typecheck": "tsc"
  },
  "dependencies": {
    "@types/tar": "^4.0.3",
    "chalk": "^4.1.0",
    "cli-spinners": "^2.3.0",
    "get-port": "^5.1.1",
    "has-yarn": "^2.1.0",
    "ink": "^3.0.0",
    "ink-link": "^1.1.0",
    "ink-select-input": "^4.0.0",
    "ink-text-input": "^4.0.0",
    "meow": "^7.0.1",
    "node-fetch": "^2.6.0",
    "open": "^7.0.4",
    "pg": "^8.2.1",
    "react": "^16.13.1",
    "tar": "^6.0.2",
    "tslib": "^2.0.0",
    "update-check": "^1.5.4"
  },
  "devDependencies": {
    "@rollup/plugin-json": "^4.1.0",
    "@types/chalk": "^2.2.0",
    "@types/cli-spinners": "^1.3.0",
    "@types/get-port": "^4.2.0",
    "@types/has-yarn": "^1.0.1",
    "@types/jest": "^26.0.5",
    "@types/meow": "^5.0.0",
    "@types/node-fetch": "^2.5.7",
    "@types/open": "^6.2.1",
    "@types/pg": "^7.14.3",
    "@types/react": "^16.9.35",
    "ink-testing-library": "^2.0.1",
    "jest": "^26.1.0",
    "memfs": "^3.2.0",
    "msw": "^0.19.5",
    "rimraf": "^3.0.2",
    "rollup": "^2.22.2",
    "rollup-plugin-add-shebang": "^0.3.1",
    "rollup-plugin-executable": "^1.6.0",
    "rollup-plugin-typescript2": "^0.27.1",
    "ts-jest": "^26.1.3",
    "typescript": "^4.0.2"
  }
}
