{
  "name": "fasquest",
  "version": "3.1.5",
  "description": "A fast node request model, works very similar to `request` module but way faster and no dependencies.",
  "main": "./index.js",
  "scripts": {
    "test": "jest  --forceExit",
    "version": "auto-changelog -l false --sort-commits date-desc --package --hide-credit --template changelog-template.hbs -p && mdsquash -t README.nbs -i CHANGELOG.md",
    "postversion": "npm publish",
    "build": "rollup -c"
  },
  "module": "./dist/index.mjs",
  "sideEffects": false,
  "exports": {
    "import": "./dist/index.mjs",
    "require": "./index.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Phara0h/Fasquest.git"
  },
  "keywords": [
    "request",
    "http",
    "https",
    "rest",
    "fast",
    "native"
  ],
  "author": "Jt Whissel",
  "license": "GPL-3.0-or-later",
  "bugs": {
    "url": "https://github.com/Phara0h/Fasquest/issues"
  },
  "homepage": "https://github.com/Phara0h/Fasquest#readme",
  "devDependencies": {
    "@rollup/plugin-commonjs": "^28.0.1",
    "auto-changelog": "^2.2.0",
    "jest": "^29.7.0",
    "mdsquash": "^1.0.5",
    "rollup": "^3.29.4",
    "rollup-plugin-babel-minify": "^10.0.0",
    "rollup-plugin-node-builtins": "^2.0.0",
    "rollup-plugin-node-polyfills": "^0.2.1"
  }
}
