{
  "name": "multipart-download",
  "version": "1.2.5",
  "description": "Speed up download of a single file with multiple HTTP GET connections running in parallel",
  "main": "dist/src/index.js",
  "types": "dist/src/index.d.ts",
  "scripts": {
    "build": "rm -rfv ./dist && tsc",
    "lint:dry": "tslint -c tslint.json src/**/*.ts",
    "lint:fix": "tslint -c tslint.json --fix src/**/*.ts",
    "test": "nyc mocha --reporter spec ./dist/test"
  },
  "author": "Zulhilmi Mohamed Zainuddin",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/zulhilmizainuddin/multipart-download.git"
  },
  "keywords": [
    "accept",
    "connection",
    "download",
    "get",
    "http",
    "multiple",
    "parallel",
    "range",
    "speed",
    "accelerate",
    "multi",
    "threaded"
  ],
  "dependencies": {
    "request": "^2.88.0",
    "valid-filename": "^2.0.1",
    "validator": "^13.7.0"
  },
  "devDependencies": {
    "@types/chai": "^4.2.0",
    "@types/mocha": "^5.2.7",
    "@types/node": "^10.14.15",
    "@types/request": "^2.48.2",
    "chai": "^4.2.0",
    "mocha": "^10.1.0",
    "nyc": "^14.1.1",
    "tslint": "^5.18.0",
    "typescript": "^3.5.3"
  }
}
