{
  "name": "file-exists",
  "version": "5.0.1",
  "description": "Check if filepath exists and is a file",
  "main": "index.js",
  "directories": {
    "test": "test"
  },
  "scripts": {
    "test": "node test/index.js | tap-format-spec"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:scottcorgan/file-exists.git"
  },
  "keywords": [
    "file",
    "exists",
    "fs",
    "isfile",
    "is-file"
  ],
  "author": "Scott Corgan",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/scottcorgan/file-exists/issues"
  },
  "engines": {
    "node": ">=6.0.0"
  },
  "homepage": "https://github.com/scottcorgan/file-exists",
  "devDependencies": {
    "@tap-format/spec": "^0.2.0",
    "async": "^2.1.4",
    "mkdirp": "0.5.1",
    "rmdir": "1.2.0",
    "tape": "4.6.3"
  }
}
