{
  "name": "think-cache-file",
  "version": "1.1.2",
  "description": "File cache Adapter for ThinkJS'S Cache",
  "main": "index.js",
  "scripts": {
    "lint": "eslint --fix index.js",
    "test": "npm run lint && nyc ava test/index.js",
    "coverage": "nyc ava test/index.js && nyc report --reporter=html"
  },
  "ava": {
    "files": [
      "test/*.js"
    ]
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/thinkjs/think-cache-file.git"
  },
  "keywords": [
    "think-cache-file"
  ],
  "author": {
    "name": "lushijie",
    "email": "lushijie1218@126.com"
  },
  "contributors": [
    {
      "name": "lushijie",
      "email": "lushijie1218@126.com"
    }
  ],
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/thinkjs/think-cache-file/issues"
  },
  "homepage": "https://github.com/thinkjs/think-cache-file#readme",
  "devDependencies": {
    "ava": "~0.18.1",
    "babel-eslint": "~7.1.1",
    "coveralls": "~2.11.16",
    "eslint": "~6.8.0",
    "eslint-config-think": "~1.0.1",
    "nyc": "~10.1.2"
  },
  "dependencies": {
    "think-debounce": "^1.0.4",
    "think-gc": "^1.0.3",
    "think-helper": "^1.1.3",
    "think-store-file": "^1.0.12"
  }
}
