{ "name": "@pushrocks/smartrequest", "version": "1.1.16", "private": false, "description": "dropin replacement for request", "main": "dist/index.js", "typings": "dist/index.d.ts", "scripts": { "test": "(tstest test/)", "build": "(tsbuild)" }, "repository": { "type": "git", "url": "git+ssh://git@gitlab.com/pushrocks/smartrequest.git" }, "keywords": [ "request" ], "author": "Lossless GmbH", "license": "MIT", "bugs": { "url": "https://gitlab.com/pushrocks/smartrequest/issues" }, "homepage": "https://gitlab.com/pushrocks/smartrequest#README", "dependencies": { "@pushrocks/smartpromise": "^3.0.2", "@types/form-data": "^2.2.1", "form-data": "^2.3.3" }, "devDependencies": { "@gitzone/tsbuild": "^2.1.8", "@gitzone/tsrun": "^1.2.5", "@gitzone/tstest": "^1.0.20", "@pushrocks/tapbundle": "^3.0.9", "@types/node": "^11.13.6" } }