{
  "name": "@nuxtjs/axios",
  "version": "5.13.6",
  "description": "Secure and easy Axios integration with Nuxt.js",
  "repository": "nuxt-community/axios-module",
  "license": "MIT",
  "contributors": [
    "Pooya Parsa <pooya@pi0.ir>"
  ],
  "main": "lib/module.js",
  "types": "types/index.d.ts",
  "files": [
    "lib",
    "types/*.d.ts"
  ],
  "scripts": {
    "dev": "nuxt test/fixture",
    "lint": "eslint lib test",
    "release": "yarn test && standard-version && git push --follow-tags && npm publish",
    "test": "yarn lint && jest"
  },
  "dependencies": {
    "@nuxtjs/proxy": "^2.1.0",
    "axios": "^0.21.1",
    "axios-retry": "^3.1.9",
    "consola": "^2.15.3",
    "defu": "^5.0.0"
  },
  "devDependencies": {
    "@babel/core": "latest",
    "@babel/preset-env": "latest",
    "@nuxtjs/eslint-config": "latest",
    "babel-eslint": "latest",
    "babel-jest": "latest",
    "codecov": "latest",
    "eslint": "latest",
    "jest": "latest",
    "nuxt-edge": "latest",
    "standard-version": "latest"
  }
}
