{
  "name": "cancelable-request",
  "description": "Allows you to abort Web requests as and when desired.",
  "version": "1.0.9",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/luisrj1495/cancelable-request"
  },
  "keywords": [
    "cancelable",
    "request",
    "axios",
    "abort",
    "fetch",
    "canceled",
    "signal",
    "cancellation",
    "await"
  ],
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "author": "Luis <luisrj1495@gmail.com>",
  "files": [
    "lib/**/*"
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/luisrj1495/cancelable-request/issues"
  },
  "homepage": "https://github.com/luisrj1495/cancelable-request#readme",
  "devDependencies": {
    "@types/jest": "29.2.4",
    "@typescript-eslint/eslint-plugin": "5.47.1",
    "@typescript-eslint/parser": "5.47.1",
    "eslint": "8.30.0",
    "eslint-config-prettier": "8.5.0",
    "eslint-config-standard": "17.0.0",
    "eslint-plugin-prettier": "4.2.1",
    "jest": "29.3.1",
    "typescript": "4.9.4"
  },
  "engines": {
    "node": ">=15.0.0"
  },
  "scripts": {
    "test": "jest",
    "lint": "eslint",
    "prebuild": "rm -rf ./lib",
    "build": "tsc"
  }
}
