smartrequest/package.json
2018-06-19 00:47:34 +02:00

35 lines
800 B
JSON

{
"name": "@pushrocks/smartrequest",
"version": "1.0.15",
"private": false,
"description": "dropin replacement for request",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"scripts": {
"test": "tsrun test/test.ts",
"build": "(npmts)"
},
"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": {
"smartq": "^1.1.1"
},
"devDependencies": {
"@gitzone/tsrun": "^1.0.5",
"@types/node": "^10.3.3",
"tapbundle": "^2.0.0",
"typings-test": "^1.0.3"
}
}