{
  "name": "@observertc/samples-decoder",
  "version": "3.0.0",
  "description": "ObserveRTC Library for Decoding Samples",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "engines": {
    "node": ">=16"
  },
  "scripts": {
    "prepare": "npm run build",
    "build": "tsc"
  },
  "keywords": [
    "webrtc",
    "schemas",
    "observertc",
    "decoder"
  ],
  "author": "Balazs Kreith",
  "license": "Apache-2.0",
  "devDependencies": {
    "@types/node": "^18.18.9",
    "typescript": "^4.5.5"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/observertc/schemas"
  },
  "dependencies": {
    "@bufbuild/protobuf": "^1.2.0"
  }
}