{
  "name": "@am92/node-http",
  "version": "3.1.1",
  "description": "HTTP Client for Node Backend Applications",
  "sideEffects": false,
  "types": "dist/index.d.ts",
  "module": "dist/index.js",
  "main": "dist/index.js",
  "files": [
    "dist/**/*.js",
    "dist/**/*.d.ts"
  ],
  "scripts": {
    "compile": "tsc",
    "build:clean": "rm -rf ./dist",
    "build": "npm-run-all build:clean compile",
    "test": "echo 'Error: no test specified'",
    "preversion": "npm-run-all build test",
    "version": "npm-run-all generate:docs commit:docs",
    "postversion": "git push && git push --tags && npm run publish:pkg",
    "publish:pkg": "npm publish",
    "generate:docs": "npx compodoc -p tsconfig.json",
    "commit:docs": "git add docs && git commit -m 'Docs Updated'"
  },
  "repository": "git@github.com:heliumtank92/am92-node-http.git",
  "homepage": "https://heliumtank92.github.io/am92-node-http",
  "dependencies": {
    "@am92/utils-string": "~3.0.0",
    "axios": "~1.13.6",
    "axios-retry": "~4.5.0"
  },
  "devDependencies": {
    "@compodoc/compodoc": "~1.1.26",
    "@types/node": "~22.14.1",
    "npm-run-all": "~4.1.5",
    "typescript": "~5.8.3"
  },
  "contributors": [
    {
      "name": "Ankit Gandhi",
      "email": "ankitgandhi452@gmail.com",
      "url": "https://github.com/ankitgandhi452"
    },
    {
      "name": "Mehul Agarwal",
      "email": "agarwalmehul92@gmail.com",
      "url": "https://github.com/agarwalmehul"
    }
  ],
  "license": "MIT",
  "publishConfig": {
    "access": "public"
  },
  "keywords": [
    "node http",
    "axios",
    "http",
    "http client",
    "request",
    "response"
  ]
}
