{
  "name": "yellowstone",
  "version": "3.0.1",
  "description": "An RTSP client for node.js.",
  "main": "dist/index.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/mbullington/yellowstone.git"
  },
  "author": "Michael Bullington <mikebullingtn@gmail.com>",
  "license": "MIT",
  "typings": "dist/index.d.ts",
  "dependencies": {
    "sdp-transform": "^2.7.0"
  },
  "scripts": {
    "build": "tsc --project ./tsconfig.json",
    "test": "jest",
    "typedoc": "typedoc --out docs --name Yellowstone --theme markdown lib --readme none"
  },
  "devDependencies": {
    "@types/jest": "^23.3.13",
    "@types/node": "^10.12.18",
    "@types/sdp-transform": "^2.4.0",
    "jest": "^18.1.0",
    "typedoc": "^0.14.2",
    "typedoc-plugin-markdown": "^1.1.25",
    "typescript": "^3.2.4"
  }
}
