{
  "name": "simple-adonis-cache",
  "version": "0.4.1",
  "description": "A simple cache mechanism for AdonisJs",
  "scripts": {
    "lint": "standard",
    "pretest": "npm run lint",
    "test": "japa"
  },
  "keywords": [
    "adonisjs",
    "adonis-framework",
    "cache",
    "caching"
  ],
  "author": "Ahmad Ganjtabesh",
  "license": "MIT",
  "devDependencies": {
    "@adonisjs/sink": "^1.0.13",
    "japa": "^1.0.5",
    "japa-cli": "^1.0.1",
    "standard": "^10.0.3"
  },
  "dependencies": {},
  "repository": {
    "type": "git",
    "url": "git+https://github.com/agtabesh/simple-adonis-cache.git"
  },
  "bugs": {
    "url": "https://github.com/agtabesh/simple-adonis-cache/issues"
  },
  "homepage": "https://github.com/agtabesh/simple-adonis-cache#readme"
}
