{
  "name": "@hundredpoints/openchannel",
  "version": "1.0.0-1",
  "description": "",
  "main": "dist/index.js",
  "types": "dist/index.d.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "package": "rm -rf dist && tsc",
    "prepublish": "npm run package"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/hundredpoints/openchannel.git"
  },
  "author": "",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/hundredpoints/openchannel/issues"
  },
  "homepage": "https://github.com/hundredpoints/openchannel#readme",
  "files": [
    "dist",
    "types"
  ],
  "devDependencies": {
    "@types/node": "^12.12.17",
    "@types/node-fetch": "^2.5.4",
    "prettier": "^1.19.1",
    "typedoc": "^0.15.4",
    "typescript": "^3.7.3"
  },
  "dependencies": {
    "isomorphic-unfetch": "^3.0.0"
  }
}
