{
  "name": "potato-cache",
  "version": "1.0.17",
  "description": "A simple file caching package",
  "main": "index.js",
  "scripts": {
    "test": "standard && node ./test/"
  },
  "keywords": [
    "file encryption",
    "secure storage",
    "storage encryption",
    "data encryption",
    "file caching",
    "file storage"
  ],
  "author": "Marcus S. Abildskov <marcussa2000@gmail.com>",
  "license": "MIT",
  "dependencies": {
    "crypto-js": "*",
    "get-folder-size": "*",
    "validator": "*",
    "mkdirp": "*"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/marcus-sa/Potato-Cache"
  },
  "devDependencies": {
    "standard": "*"
  }
}
