{ "name": "@nuxtjs/axios", "version": "5.0.1", "description": "Secure and easy axios integration with Nuxt.js", "license": "MIT", "main": "lib/module.js", "repository": "https://github.com/nuxt-community/axios-module", "publishConfig": { "access": "public" }, "scripts": { "dev": "nuxt test/fixture", "lint": "eslint lib src test", "test": "npm run lint && jest", "release": "standard-version && git push --follow-tags && npm publish", "prepare": "npm run test" }, "eslintIgnore": [ "*.template.*" ], "files": [ "lib", "src", "dist" ], "jest": { "testEnvironment": "node", "coverageDirectory": "./coverage/", "collectCoverage": true, "collectCoverageFrom": [ "lib", "test", "!test/fixture" ] }, "dependencies": { "@nuxtjs/proxy": "^1.1.4", "axios": "^0.18.0", "axios-retry": "^3.0.2", "chalk": "^2.3.2", "debug": "^3.1.0" }, "devDependencies": { "codecov": "latest", "eslint": "^4.17.0", "eslint-config-standard": "11.0.0", "eslint-plugin-import": "latest", "eslint-plugin-jest": "latest", "eslint-plugin-node": "6.0.1", "eslint-plugin-promise": "latest", "eslint-plugin-standard": "latest", "eslint-plugin-vue": "latest", "jest": "latest", "jsdom": "^11.6.2", "nuxt": "^1.3.0", "standard-version": "latest" } }