{
  "name": "xmlhttprequest-polyfill",
  "version": "0.1.1",
  "description": "Fetch API-based XMLHttpRequest polyfill to be used in jsdom-qjs within QuickJS",
  "main": "dist/index.js",
  "scripts": {
    "test": "bun test",
    "prepublishOnly": "bun build ./src/index.ts --outfile=dist/index.js",
    "build": "tsc",
    "precommit": "npm run build"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/arfelious/xmlhttprequest-polyfill.git"
  },
  "keywords": [
    "xmlhttprequest",
    "polyfill",
    "fetch"
  ],
  "author": "arfelious",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/arfelious/xmlhttprequest-polyfill/issues"
  },
  "homepage": "https://github.com/arfelious/xmlhttprequest-polyfill#readme",
  "devDependencies": {
    "@types/mocha": "^10.0.10"
  }
}
