{
  "name": "d2l-fetch",
  "description": "Provides support for wrapping window.fetch calls within middleware functions",
  "type": "module",
  "main": "src/d2lfetch.js",
  "author": "D2L Corporation",
  "license": "Apache-2.0",
  "scripts": {
    "test": "npm run test:lint && npm run test:headless",
    "test:headless": "d2l-test-runner",
    "test:lint": "eslint ."
  },
  "devDependencies": {
    "@brightspace-ui/testing": "^1",
    "eslint": "^9",
    "eslint-config-brightspace": "^3",
    "sinon": "^22"
  },
  "files": [
    "/src",
    "d2l-fetch.js"
  ],
  "version": "2.7.2"
}
