{
  "name": "@ntlab/sfetch",
  "version": "1.5.0",
  "description": "Simultaneously fetch urls",
  "main": "index.js",
  "types": "index.d.ts",
  "scripts": {
    "test": "node test.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/tohenk/node-sfetch.git"
  },
  "keywords": [
    "simultaneous",
    "fetch"
  ],
  "author": "Toha <tohenk@yahoo.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/tohenk/node-sfetch/issues"
  },
  "homepage": "https://github.com/tohenk/node-sfetch#readme",
  "dependencies": {
    "axios": "^1.18.1"
  },
  "devDependencies": {
    "http-request-mock": "^2.0.2"
  }
}
