{
  "name": "keyv-file",
  "version": "0.1.13",
  "description": "File storage adapter for Keyv, using msgpack to serialize data fast and small.",
  "main": "lib/index.js",
  "typings": "lib/index",
  "types": "./lib/index",
  "scripts": {
    "build": "tsc",
    "test": "tsc && ava",
    "preversion": "yarn test",
    "postversion": "git add -A && git push origin master --tags"
  },
  "files": [
    "lib"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/zaaack/keyv-file.git"
  },
  "keywords": [
    "keyv",
    "fast",
    "storage",
    "cache",
    "simple"
  ],
  "author": "zaaack",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/zaaack/keyv-file/issues"
  },
  "homepage": "https://github.com/zaaack/keyv-file#readme",
  "devDependencies": {
    "@types/debug": "^0.0.31",
    "@types/fs-extra": "^5.0.4",
    "ava": "^0.21.0",
    "benchmark": "^2.1.4",
    "keyv": "^1.0.4",
    "keyv-test-suite": "^1.5.0",
    "typescript": "^3.2.2"
  },
  "dependencies": {
    "debug": "^4.1.1",
    "fs-extra": "^4.0.1",
    "tslib": "^1.9.3"
  }
}
