{ "name": "@pushrocks/smartrequest", "version": "1.1.13", "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": "^2.0.5", "@types/form-data": "^2.2.1", "form-data": "^2.3.2" }, "devDependencies": { "@gitzone/tsbuild": "^2.0.22", "@gitzone/tsrun": "^1.1.12", "@gitzone/tstest": "^1.0.15", "@pushrocks/tapbundle": "^3.0.5", "@types/node": "^10.5.8" } }