{
  "name": "@dewib/xhr-cache",
  "version": "4.2.0",
  "license": "MIT",
  "description": "Cache api resources and serve it as static resource",
  "contributors": [
    "Gaetan SENN <gaetan.senn@gmail.com>"
  ],
  "main": "lib/module.js",
  "scripts": {
    "dev": "nuxt test/fixture",
    "coverage": "codecov",
    "lint": "eslint lib test",
    "test": "yarn lint && jest",
    "release": "yarn test && standard-version && git push --follow-tags && npm publish"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/gaetansenn/xhr-cache.git"
  },
  "files": [
    "lib"
  ],
  "keywords": [
    "nuxtjs",
    "cache",
    "ssr",
    "api",
    "static",
    "faster"
  ],
  "author": "Gaetan SENN (Dewib)",
  "bugs": {
    "url": "https://github.com/gaetansenn/xhr-cache/issues"
  },
  "homepage": "https://xhr-cache.dewib.com",
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "axios": "^0.21.1",
    "mkdirp": "^1.0.4",
    "path": "^0.12.7",
    "path-to-regexp": "^6.1.0",
    "rimraf": "^5.0.0",
    "uuid-apikey": "^1.4.6"
  },
  "devDependencies": {
    "@babel/core": "^7.9.0",
    "@babel/preset-env": "^7.9.5",
    "@commitlint/cli": "19.5.0",
    "@commitlint/config-conventional": "latest",
    "@nuxtjs/eslint-config": "latest",
    "@nuxtjs/module-test-utils": "^1.6.1",
    "babel-eslint": "latest",
    "codecov": "latest",
    "eslint": "latest",
    "eslint-config-standard": "^14.1.1",
    "eslint-plugin-import": "^2.20.2",
    "eslint-plugin-jest": "latest",
    "eslint-plugin-node": "^11.1.0",
    "eslint-plugin-promise": "latest",
    "eslint-plugin-standard": "latest",
    "eslint-plugin-vue": "latest",
    "husky": "^4.2.5",
    "jest": "^29.0.0",
    "nuxt-edge": "latest",
    "standard-version": "latest"
  },
  "engines": {
    "node": ">=16.0.0"
  }
}
