smiling-source-down
Version:
A powerful source download library with resume capability and batch processing
46 lines (45 loc) • 1.02 kB
JSON
{
"name": "smiling-source-down",
"version": "1.0.4",
"description": "A powerful source download library with resume capability and batch processing",
"main": "dist/index.js",
"type": "commonjs",
"files": [
"dist",
"README.md"
],
"scripts": {
"build": "rollup -c",
"dev": "node example/index.js",
"prepublishOnly": "npm run build",
"test": "node example/index.js"
},
"homepage": "https://github.com/smilingovo/smiling-source-down",
"repository": {
"type": "git",
"url": "https://github.com/smilingovo/smiling-source-down.git"
},
"bugs": {
"url": "https://github.com/smilingovo/smiling-source-down/issues"
},
"keywords": [
"download",
"source",
"batch",
"resume",
"concurrent",
"file",
"http",
"fetch"
],
"author": "smiling",
"license": "ISC",
"devDependencies": {
"@rollup/plugin-commonjs": "^28.0.6",
"rollup": "^2.79.2",
"rollup-plugin-terser": "^7.0.2"
},
"engines": {
"node": ">=14.0.0"
}
}