{
  "name": "@eyevinn/hls-proxy",
  "version": "0.1.1",
  "description": "NPM library for proxying HLS requests",
  "main": "dist/index.js",
  "scripts": {
    "build": "tsc --project ./",
    "postversion": "git push && git push --tags",
    "test": "echo \"WARN: no test specified\" && exit 0"
  },
  "author": "Eyevinn Technology AB <work@eyevinn.se>",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Eyevinn/hls-proxy.git"
  },
  "license": "MIT",
  "devDependencies": {
    "@types/node": "^16.11.6",
    "typescript": "^4.4.4"
  },
  "dependencies": {
    "@eyevinn/m3u8": "^0.4.1",
    "fastify": "^3.22.1",
    "node-fetch": "^2.6.5"
  }
}
