{
  "name": "@workadventure/room-api-client",
  "version": "0.0.0-version-placeholder",
  "description": "Workadventure Room Api Client",
  "type": "module",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "/dist"
  ],
  "scripts": {
    "ts-proto": "grpc_tools_node_protoc --plugin=./node_modules/.bin/protoc-gen-ts_proto --ts_proto_out=./src/compiled_proto --ts_proto_opt=\"outputServices=nice-grpc,outputServices=generic-definitions,useExactTypes=false,esModuleInterop=true\" --proto_path=../../../messages/protos ../../../messages/protos/room-api.proto",
    "build": "tsc --build",
    "example-variables": "tsx ./src/example_variables.ts",
    "example-events": "tsx ./src/example_events.ts",
    "lint": "eslint src/",
    "lint-fix": "eslint --fix src/",
    "pretty": "prettier --ignore-path .gitignore --write \"**/*.+(js|ts|json)\"",
    "pretty-check": "prettier --ignore-path .gitignore \"**/*.+(js|ts|json)\"",
    "precommit": "lint-staged"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/workadventure/workadventure.git"
  },
  "keywords": [
    "workadventure",
    "room",
    "api",
    "grpc"
  ],
  "author": "WorkAdventure",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/thecodingmachine/workadventure/issues"
  },
  "homepage": "https://github.com/thecodingmachine/workadventure/tree/master/libs/room-api-clients/room-api-client-js#readme",
  "dependencies": {
    "@bufbuild/protobuf": "^2.12.0",
    "@grpc/grpc-js": "1.14.4",
    "long": "^5.3.2",
    "nice-grpc": "^2.1.16"
  },
  "devDependencies": {
    "@types/node": "^25.9.1",
    "@workadventure/eslint-config": "file:../../eslint-config",
    "eslint": "^10.4.0",
    "grpc-tools": "^1.13.1",
    "lint-staged": "^17.0.5",
    "prettier": "^3.8.3",
    "ts-proto": "^2.11.8",
    "tsx": "^4.22.3",
    "typescript": "^5.9.3"
  },
  "lint-staged": {
    "*.{js,ts}": [
      "eslint --fix"
    ],
    "*.{js,ts,json}": [
      "prettier --write"
    ]
  }
}
