{
  "name": "filer-tools",
  "version": "1.1.0",
  "description": "A CLI file utility",
  "main": "app.js",
  "bin": {
    "filer": "app.js"
  },
  "author": "Jesse Russell",
  "license": "ISC",
  "dependencies": {
    "confirm-cli": "^0.4.0",
    "rmdir-recursive": "0.0.1",
    "touch": "^1.0.0",
    "zip-folder": "^1.0.0"
  }
}
