{
  "name": "peertube-client",
  "version": "0.2.3",
  "description": "client for peertube rest api",
  "keywords": [
    "peertube",
    "rest",
    "video",
    "isomorphic"
  ],
  "main": "./bundles/index.umd.js",
  "module": "./esm5/index.js",
  "es2015": "./esm2015/index.js",
  "typings": "./types/index.d.ts",
  "sideEffects": false,
  "repository": {
    "type": "git",
    "url": "https://github.com/charjac/peertube-client"
  },
  "author": "Charles Jacquin <charles@autistici.org>",
  "license": "GNU AFFERO GENERAL PUBLIC LICENSE",
  "peerDependencies": {
    "tslib": ">=1.9.0",
    "isomorphic-fetch": "2.2.1",
    "isomorphic-form-data": "2.0.0"
  },
  "dependencies": {}
}