{
  "name": "file-set",
  "version": "4.0.2",
  "description": "Expands file paths and glob expressions, returning matched and unmatched files and directories",
  "license": "MIT",
  "repository": "https://github.com/75lb/file-set",
  "files": [
    "index.js"
  ],
  "engines": {
    "node": ">=10"
  },
  "scripts": {
    "test": "test-runner test/*.js",
    "docs": "jsdoc2md -t README.hbs index.js > README.md"
  },
  "author": "Lloyd Brookes",
  "devDependencies": {
    "jsdoc-to-markdown": "^7.0.0",
    "test-runner": "^0.8.13"
  },
  "dependencies": {
    "array-back": "^5.0.0",
    "glob": "^7.1.6"
  }
}
