{
  "name": "qansigliere-axios-utils",
  "version": "1.8.0",
  "description": "This library is based on Javascript and it will contain some functions to make Rest API requests (GET / POST / PUT / PATCH / DELETE)",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/QANSIGLIERE/AxiosUtils.git"
  },
  "keywords": [
    "qansigliere",
    "axios",
    "api",
    "rest",
    "api",
    "get",
    "post",
    "put",
    "patch"
  ],
  "author": "qansigliere@gmail.com",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/QANSIGLIERE/AxiosUtils/issues"
  },
  "homepage": "https://github.com/QANSIGLIERE/AxiosUtils#readme",
  "devDependencies": {
    "typescript": "^5.7.3"
  },
  "dependencies": {
    "axios": "^1.9.0",
    "form-data": "^4.0.2",
    "qansigliere-launchdarkly-parse-link-from-response": "^0.0.4",
    "qansigliere-parse-link-from-headers": "^0.0.3"
  }
}
