{ "name": "@pushrocks/smartrequest", "version": "1.1.52", "private": false, "description": "dropin replacement for request", "main": "dist_ts/index.js", "typings": "dist_ts/index.d.ts", "scripts": { "test": "(tstest test/ --web)", "build": "(tsbuild --web)" }, "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.1.6", "@pushrocks/smarturl": "^2.0.1", "agentkeepalive": "^4.2.0", "form-data": "^4.0.0" }, "devDependencies": { "@gitzone/tsbuild": "^2.1.29", "@gitzone/tsrun": "^1.2.18", "@gitzone/tstest": "^1.0.64", "@pushrocks/tapbundle": "^4.0.7", "@types/node": "^17.0.18", "tslint": "^6.1.3", "tslint-config-prettier": "^1.18.0" }, "files": [ "ts/**/*", "ts_web/**/*", "dist/**/*", "dist_*/**/*", "dist_ts/**/*", "dist_ts_web/**/*", "assets/**/*", "cli.js", "npmextra.json", "readme.md" ], "browserslist": [ "last 1 chrome versions" ] }