{
  "name": "@observertc/sample-schemas-js",
  "version": "2.2.12",
  "description": "ObserveRTC Generated Library for Sample Schemas",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "engines": {
    "node": ">=10"
  },
  "scripts": {
    "prepare": "npm run build",
    "build": "tsc"
  },
  "keywords": [
    "webrtc",
    "schemas",
    "observertc"
  ],
  "author": "Balazs Kreith",
  "license": "Apache-2.0",
  "devDependencies": {
    "typedoc": "^0.22.12",
    "typedoc-plugin-markdown": "^3.11.14",
    "typescript": "^4.5.5"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/observertc/schemas"
  }
}