{
  "name": "@textile/js-http-client",
  "version": "1.1.0",
  "description": "Official Textile JS HTTP Wrapper Client",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "tsc",
    "prepare": "yarn build",
    "credit": "node ./scripts/contributors.js",
    "test": "jest --no-watchman",
    "lint": "./node_modules/tslint/bin/tslint  -c tslint.json --project .",
    "docs": "./node_modules/typedoc/bin/typedoc",
    "precommit": "yarn lint && yarn test",
    "preversion": "yarn credit; yarn docs; yarn precommit",
    "release": "yarn version --patch",
    "postversion": "git push --follow-tags",
    "browser": "webpack --mode production",
    "serve": "webpack-dev-server --mode development --progress --color"
  },
  "engines": {
    "node": ">= 10.0.0",
    "npm": ">= 3.0.0",
    "yarn": "^1.0.0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/textileio/js-http-client.git"
  },
  "bugs": {
    "url": "https://github.com/textileio/js-http-client/issues"
  },
  "keywords": [
    "textile",
    "photos",
    "client",
    "IPFS",
    "p2p"
  ],
  "author": "textile.io",
  "license": "MIT",
  "dependencies": {
    "@ef-carbon/fetch": "^2.1.3",
    "@ef-carbon/url": "^2.4.3",
    "@therebel/ksuid": "^1.1.2-alpha1",
    "isomorphic-form-data": "^2.0.0",
    "toposort": "^2.0.2",
    "url-parse": "^1.4.4",
    "url-toolkit": "^2.1.6",
    "web-streams-polyfill": "^2.0.3"
  },
  "devDependencies": {
    "@textile/tslint-rules": "1.0.3",
    "@types/jest": "^24.0.11",
    "@types/nock": "^9.3.1",
    "@types/toposort": "^2.0.1",
    "@types/url-parse": "^1.4.3",
    "eslint": "^5.14.1",
    "eslint-config-airbnb-base": "^13.1.0",
    "eslint-config-prettier": "^4.0.0",
    "eslint-config-strict": "^14.0.1",
    "eslint-plugin-import": "^2.16.0",
    "eslint-plugin-node": "^8.0.1",
    "eslint-plugin-prettier": "^3.0.1",
    "jest": "^24.5.0",
    "jest-cli": "^24.5.0",
    "jsdoc": "^3.5.5",
    "markdown-magic": "^0.1.25",
    "markdown-magic-github-contributors": "^0.0.3",
    "nock": "^10.0.6",
    "nodemon": "^1.18.10",
    "prettier": "^1.16.4",
    "prettier-eslint": "^8.8.2",
    "ts-jest": "^24.0.0",
    "ts-loader": "^5.4.4",
    "tslint": "^5.14.0",
    "typedoc": "^0.14.2",
    "typedoc-plugin-markdown": "^1.1.27",
    "typescript": "^3.3.4000",
    "webpack": "^4.30.0",
    "webpack-cli": "^3.3.1",
    "webpack-dev-server": "^3.3.1"
  }
}
