Files
download-file-new/package.json
2022-10-01 13:15:37 +02:00

24 lines
507 B
JSON

{
"name": "dl-file-new",
"version": "1.0.1",
"description": "Generic file download utility with ts support. (download-file fork)",
"main": "./index.js",
"author": "Sr Izan",
"repository": {"url": "https://github.com/SrIzan10/download-file-new"},
"license": "ISC",
"dependencies": {
"mkdirp": "^0.5.0"
},
"devDependencies": {},
"keywords": [
"download",
"file",
"url",
"https",
"fork"
],
"publishConfig": {
"registry": "https://registry.npmjs.org"
}
}