{
  "name": "@bigcommerce/request-sender",
  "version": "0.5.1",
  "description": "HTTP request client for browsers",
  "license": "MIT",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "files": [
    "lib/"
  ],
  "repository": {
    "type": "git",
    "url": "git://github.com/bigcommerce/request-sender-js.git"
  },
  "author": "BigCommerce",
  "bugs": {
    "url": "https://github.com/bigcommerce/request-sender-js/issues"
  },
  "homepage": "https://github.com/bigcommerce/request-sender-js",
  "scripts": {
    "prebuild": "rm -rf lib",
    "build": "tsc --outDir lib --project tsconfig-build.json",
    "lint": "tslint 'src/**/*.ts' --config tslint.json --project tsconfig.json && tsc --noEmit",
    "prepare": "npm run build",
    "prerelease": "git fetch --tags && npm run validate-commits && npm run lint && npm test",
    "release": "standard-version",
    "postrelease": "npm publish --access public && git push --follow-tags",
    "test": "jest --config jest-config.js",
    "test:coverage": "npm test -- --coverage",
    "test:series": "npm test -- --runInBand",
    "test:watch": "npm test -- --watch",
    "validate-commits": "validate-commits"
  },
  "dependencies": {
    "@types/js-cookie": "^2.1.0",
    "@types/lodash": "^4.14.133",
    "@types/query-string": "^5.1.0",
    "js-cookie": "^2.1.4",
    "lodash": "^4.17.11",
    "query-string": "^5.0.0",
    "tslib": "^1.8.0"
  },
  "devDependencies": {
    "@bigcommerce/tslint-config": "^2.0.2",
    "@bigcommerce/validate-commits": "^2.1.1",
    "@types/jest": "^22.2.3",
    "@types/node": "^10.1.4",
    "jest": "^21.2.1",
    "standard-version": "^4.2.0",
    "ts-jest": "^21.2.3",
    "ts-loader": "^3.2.0",
    "tslint": "^5.10.0",
    "typescript": "^2.6.2",
    "typescript-eslint-parser": "^9.0.1"
  }

,"_resolved": "https://registry.npmjs.org/@bigcommerce/request-sender/-/request-sender-0.5.1.tgz"
,"_integrity": "sha1-VIgmUprQYTYt3SrnTcy0KyN5Mjc="
,"_from": "@bigcommerce/request-sender@0.5.1"
}