{
  "name": "browser-request-listener",
  "version": "1.0.3",
  "description": "Execute callbacks before or after each fetch api call  or XMlHttprequest call",
  "main": "BrowserRequestListener.js",
  "directories": {
    "test": "tests"
  },
  "scripts": {
    "test": "jest",
    "build": "webpack --watch  ./index.js --output-path  dist/main.js --mode=development"
  },
  "keywords": [
    "fetchAPi",
    "control request",
    "XmlHttpRequest",
    "browserController"
  ],
  "author": "Mohamed JOLTI",
  "license": "MIT",
  "devDependencies": {
    "@babel/plugin-transform-modules-commonjs": "^7.23.0",
    "jest": "^29.7.0",
    "jest-environment-jsdom": "^29.7.0",
    "webpack": "^5.67.0",
    "webpack-cli": "^4.9.2",
    "jest-mock": "^29.7.0"
  }
}
