{
  "name": "chainfetch",
  "version": "1.2.2",
  "description": "A simple, chainable wrapper around node-fetch!",
  "main": "src/index",
  "typings": "typings/index.d.ts",
  "scripts": {
    "test": "npx eslint src"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/vladfrangu/chainfetch.git"
  },
  "keywords": [
    "fetch",
    "node",
    "node-fetch",
    "chainable",
    "http",
    "https"
  ],
  "author": "Frangu Vlad <kingdgrizzle@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/vladfrangu/chainfetch/issues"
  },
  "homepage": "https://github.com/vladfrangu/chainfetch#readme",
  "devDependencies": {
    "@types/node-fetch": "^2.1.2",
    "eslint": "^5.6.1",
    "eslint-config-klasa": "github:dirigeants/klasa-lint"
  },
  "peerDependencies": {
    "node-fetch": "^2.2.0"
  }
}
