UNPKG

wackybot-request

Version:

wackybot-request is designed to be the simplest way possible to make http calls.

26 lines 508 B
{ "name": "wackybot-request", "version": "1.0.16", "description": "wackybot-request is designed to be the simplest way possible to make http calls.", "main": "lib/index.js", "types": "./lib", "scripts": { "build": "tsc -p ." }, "keywords": [ "HTTP", "HTTPS", "GET", "POST", "PUT", "PATCH" ], "author": "shashikantsngh", "license": "shashikantsngh", "devDependencies": { "typescript": "^4.3.2" }, "dependencies": { "@types/node": "^15.6.1" } }