file-info
Version:
Traverse the current directory and display the file information.
24 lines (23 loc) • 542 B
JSON
{
"name": "file-info",
"version": "1.0.0",
"description": "Traverse the current directory and display the file information.",
"main": "index.js",
"scripts": {
"test": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Niefee/file-info.git"
},
"keywords": [
"file-information",
"document-list"
],
"author": "Niefee",
"license": "MIT",
"bugs": {
"url": "https://github.com/Niefee/file-info/issues"
},
"homepage": "https://github.com/Niefee/file-info#readme"
}