{ "name": "wumpfetch", "version": "0.3.1", "description": "🚀🔗 A modern, lightweight, fast and easy to use Node.js HTTP client", "author": "Wessel \"wesselgame\" T ", "license": "MIT", "main": "lib/index.js", "typings": "index.d.ts", "files": [ "lib/", "index.d.ts" ], "bugs": { "url": "https://github.com/PassTheWessel/wumpfetch/issues" }, "homepage": "https://github.com/PassTheWessel/wumpfetch#readme", "repository": { "type": "git", "url": "https://github.com/PassTheWessel/wumpfetch" }, "scripts": { "test": "cd tests && node main.js" }, "keywords": [ "http", "https", "request", "fetch", "url", "get", "post", "patch", "lightweight" ], "devDependencies": { "eslint": "^5.16.0" } }