{
  "name": "@restatedev/restate",
  "description": "The Restate CLI",
  "version": "1.7.6",
  "bin": "lib/index.js",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/restatedev/restate.git"
  },
  "publishConfig": {
    "@restatedev:registry": "https://registry.npmjs.org"
  },
  "author": "Restate Developers",
  "license": "BSL",
  "email": "code@restate.dev",
  "homepage": "https://github.com/restatedev/restate#readme",
  "scripts": {
    "typecheck": "tsc --noEmit",
    "lint": "eslint .",
    "lint:fix": "eslint . --fix",
    "build": "tsc",
    "dev": "npm run build && node lib/index.js"
  },
  "dependencies": {
    "@scarf/scarf": "^1.4.0"
  },
  "scarfSettings": {
    "skipTraversal": true
  },
  "devDependencies": {
    "@types/node": "^22.13.14",
    "@typescript-eslint/eslint-plugin": "^5.48.0",
    "@typescript-eslint/parser": "^5.48.0",
    "eslint": "^8.31.0",
    "typescript": "^5.9.2"
  },
  "optionalDependencies": {
    "@restatedev/restate-linux-x64": "1.7.6",
    "@restatedev/restate-linux-arm64": "1.7.6",
    "@restatedev/restate-darwin-x64": "1.7.6",
    "@restatedev/restate-darwin-arm64": "1.7.6"
  }
}
