{
  "name": "@astronautlabs/rtmp",
  "version": "1.1.1",
  "description": "Real Time Messaging Protocol (RTMP)",
  "main": "dist/index.js",
  "module": "dist.esm/index.js",
  "types": "dist/index.d.ts",
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "url": "https://github.com/astronautlabs/rtmp.git"
  },
  "keywords": [
    "rtmp",
    "media",
    "transport",
    "ingress",
    "live",
    "stream",
    "flex",
    "adobe"
  ],
  "scripts": {
    "clean": "rimraf dist dist.esm",
    "build": "npm run clean && tsc -b && tsc -b tsconfig.esm.json",
    "sample:server": "npm run build && node dist/server.example",
    "test": "echo \"Error: no test specified\" && exit 1",
    "prepublishOnly": "npm run build"
  },
  "author": "Astronaut Labs, LLC",
  "license": "MIT",
  "dependencies": {
    "@astronautlabs/amf": "^0.0.6",
    "@astronautlabs/bitstream": "^4.1.1",
    "@astronautlabs/flv": "^0.0.18",
    "rxjs": "^7.5.2"
  },
  "devDependencies": {
    "@types/node": "^17.0.10",
    "reflect-metadata": "^0.1.13",
    "rimraf": "^3.0.2",
    "source-map-support": "^0.5.21",
    "typescript": "^4.7.4"
  }
}
