{
  "name": "@astronautlabs/rfc8331",
  "version": "0.2.1",
  "description": "Implementation of RFC 8331, RTP Payload for SMPTE ST 291-1 Ancillary Data",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "tsc -p .",
    "prepublishOnly": "npm run build",
    "test": "exit 0"
  },
  "keywords": [
    "ancillary",
    "anc",
    "rdp",
    "smpte",
    "st291"
  ],
  "author": "Astronaut Labs, LLC.",
  "license": "MIT",
  "dependencies": {
    "@astronautlabs/bitstream": "^2.0.2",
    "@astronautlabs/st291": "^2.0.2"
  },
  "repository": {
    "url": "git@github.com:astronautlabs/rfc8331.git"
  },
  "bugs": {
    "url": "https://github.com/astronautlabs/rfc8331/issues"
  },
  "devDependencies": {
    "@types/node": "^14.0.4",
    "typescript": "^4.0.5"
  }
}
