{
  "name": "sn-http-request",
  "version": "24.0.3",
  "private": false,
  "description": "ServiceNow Javascript HTTP Client",
  "license": "MIT",
  "keywords": [
    "react",
    "angular",
    "adapter",
    "component",
    "wrapper"
  ],
  "readme": "./README.md",
  "dependencies": {
    "browser-resolve": "1.11.3",
    "cuid": "2.0.2",
    "fflate": "0.7.1",
    "invariant": "2.2.4",
    "lodash": "4.17.21",
    "read-pkg-up": "7.0.1"
  },
  "devDependencies": {
    "@babel/cli": "^7.18.6",
    "@babel/core": "^7.18.5",
    "@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6",
    "@babel/plugin-proposal-object-rest-spread": "^7.18.6",
    "@babel/plugin-proposal-optional-chaining": "^7.18.6",
    "@babel/preset-env": "^7.18.2",
    "atob": "^2.0.3",
    "babel-eslint": "^10.1.0",
    "babel-jest": "^28.1.1",
    "btoa": "^1.1.2",
    "eslint": "^5.16.0",
    "eslint-config-prettier": "6.0.0",
    "form-data": "2.3.2",
    "jest": "^28.1.1",
    "jest-environment-jsdom": "^28.1.1",
    "npx": "9.7.1",
    "pretender": "^3.4.7",
    "web-streams-polyfill": "^3.2.1",
    "whatwg-fetch": "^3.6.2"
  },
  "engines": {
    "node": ">=8.4.0",
    "npm": ">=5.3.0"
  },
  "main": "lib/index.js",
  "module": "src/index.js",
  "directories": {},
  "files": [
    "example",
    "lib",
    "src",
    "dist",
    "scripts"
  ],
  "jest": {
    "testEnvironment": "./custom-test-enviroment.js"
  },
  "scripts": {
    "mkdir": "node mkdir.js",
    "build": "babel src --out-dir lib",
    "lint": "npm run eslint",
    "lint:fix": "npm run eslint -- --fix",
    "eslint": "./node_modules/.bin/eslint ./src/**",
    "prepublishOnly": "npm run mkdir && npm run build",
    "ci": "npm i && npm run build",
    "test": "npm run jest",
    "jest": "jest ./src",
    "postinstall": "node ./scripts/postinstall.js"
  }
}
