fast-dir-size
Version:
Calculates the total size of a folder and its subfolders.
44 lines (42 loc) • 1.05 kB
JSON
{
"name": "fast-dir-size",
"version": "1.3.0",
"description": "Calculates the total size of a folder and its subfolders.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "npx tsc",
"prepublish": "npx tsc",
"publish": "npm publish",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com:Rikelmy-Lopes/fast-dir-size.git"
},
"keywords": [
"folder",
"size",
"directory size",
"folder size"
],
"author": "Rikelmy Lopes da Silva",
"license": "MIT",
"bugs": {
"url": "https://github.com/Rikelmy-Lopes/fast-dir-size/issues"
},
"homepage": "https://github.com/Rikelmy-Lopes/fast-dir-size#readme",
"devDependencies": {
"@types/node": "^20.4.10",
"@typescript-eslint/eslint-plugin": "^6.3.0",
"@typescript-eslint/parser": "^6.3.0",
"eslint": "^8.46.0",
"typescript": "^5.1.6"
},
"files": [
"dist",
"LICENSE",
"README.md",
"package.json"
]
}