{
  "name": "yt-api",
  "version": "0.2.7",
  "description": "A light weight, easy, and super fast way of interacting with the YouTube Data API v3.",
  "main": "src/index.js",
  "types": "typings/index.d.ts",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "Ice",
  "license": "MIT",
  "dependencies": {
    "snekfetch": "^3.6.4",
    "moment": "^2.21.0"
  }
}
