{ "name": "axios-cache-interceptor", "version": "0.7.9", "description": "Cache interceptor for axios", "main": "./dist/index.js", "browser": "./dist/index.min.js", "jsdelivr": "./dist/index.min.js", "unpkg": "./dist/index.min.js", "runkitExampleFilename": "./examples/runkit.js", "scripts": { "build": "concurrently 'npm:build:*'", "build:browser": "webpack", "build:node": "tsc -p tsconfig.build.json", "test": "jest", "test:watch": "jest --watch", "test:coverage": "jest --coverage", "escheck": "es-check es5 ./dist/index.es5.min.js && es-check es6 ./dist/index.min.js", "format": "prettier --write .", "lint": "tsc --noEmit && eslint . --ext .ts", "lint:fix": "eslint . --ext .ts --fix", "version": "auto-changelog -p && git add CHANGELOG.md" }, "repository": { "type": "git", "url": "git+https://github.com/ArthurFiorette/axios-cache-interceptor.git" }, "keywords": [ "axios", "cache", "interceptor", "adapter", "http", "plugin", "wrapper" ], "author": { "name": "Arthur Fiorette", "email": "npm@arthur.place", "url": "https://arthur.place" }, "license": "MIT", "bugs": { "url": "https://github.com/ArthurFiorette/axios-cache-interceptor/issues" }, "homepage": "https://github.com/ArthurFiorette/axios-cache-interceptor#readme", "dependencies": { "cache-parser": "^1.1.2", "fast-defer": "^1.1.3" }, "devDependencies": { "@arthurfiorette/prettier-config": "*", "@types/jest": "^27.0.2", "@types/node": "^17.0.0", "@types/webpack": "^5.28.0", "@typescript-eslint/eslint-plugin": "^5.7.0", "@typescript-eslint/parser": "^5.8.1", "auto-changelog": "^2.3.0", "axios": "~0.24.0", "concurrently": "^7.0.0", "es-check": "^6.1.1", "eslint": "^8.3.0", "eslint-config-prettier": "^8.3.0", "eslint-plugin-prettier": "^4.0.0", "jest": "^27.4.5", "prettier": "^2.3.2", "prettier-plugin-jsdoc": "^0.3.23", "prettier-plugin-organize-imports": "^2.3.3", "ts-jest": "^27.1.1", "ts-loader": "^9.2.6", "typescript": "^4.5.4", "webpack": "^5.65.0", "webpack-cli": "^4.9.1" }, "peerDependencies": { "axios": "~0.24.0" } }