{
  "name": "railway",
  "version": "3.0.2",
  "description": "TypeScript SDK for Railway.",
  "type": "module",
  "license": "MIT",
  "author": "Railway <contact@railway.com>",
  "homepage": "https://github.com/railwayapp/railway-ts-sdk#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/railwayapp/railway-ts-sdk.git"
  },
  "bugs": {
    "url": "https://github.com/railwayapp/railway-ts-sdk/issues"
  },
  "keywords": [
    "railway",
    "railway.app",
    "sdk",
    "typescript",
    "sandbox"
  ],
  "sideEffects": false,
  "engines": {
    "node": ">=22"
  },
  "packageManager": "pnpm@11.3.0",
  "main": "./dist/index.cjs",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "import": {
        "types": "./dist/index.d.ts",
        "default": "./dist/index.js"
      },
      "require": {
        "types": "./dist/index.d.cts",
        "default": "./dist/index.cjs"
      }
    }
  },
  "files": [
    "dist"
  ],
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "tsup",
    "dev": "tsup --watch",
    "typecheck": "tsc --noEmit",
    "test": "vitest run",
    "test:watch": "vitest",
    "codegen": "graphql-codegen --config codegen.ts",
    "package:check": "publint --strict --pack npm && npm pack --dry-run && tsx scripts/package-smoke.ts",
    "clean": "rm -rf dist coverage railway-*.tgz"
  },
  "dependencies": {
    "@graphql-typed-document-node/core": "^3.2.0",
    "graphql": "^16.10.0"
  },
  "devDependencies": {
    "@graphql-codegen/cli": "^5.0.3",
    "@graphql-codegen/typed-document-node": "^5.0.12",
    "@graphql-codegen/typescript": "^4.1.6",
    "@graphql-codegen/typescript-operations": "^4.6.0",
    "@types/node": "^22.15.0",
    "dotenv": "^16.5.0",
    "fallow": "^2.67.0",
    "publint": "^0.3.21",
    "tsup": "^8.5.0",
    "tsx": "^4.20.0",
    "typescript": "^5.8.3",
    "vitest": "^3.1.4"
  }
}
