findfiletype
Version:
A small NodeJS utility that returns all files of a certain type in the provided directory.
17 lines (16 loc) • 420 B
JSON
{
"name": "findfiletype",
"version": "1.0.0",
"description": "A small NodeJS utility that returns all files of a certain type in the provided directory.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"find-file-type",
"getAllFiles",
"getFiles"
],
"author": "Jordan Benge <Bengejd@miamioh.edu> (@Bengejd)",
"license": "MIT"
}