smartrequest/package.json

38 lines
926 B
JSON
Raw Normal View History

2017-01-28 19:02:52 +00:00
{
2018-06-18 05:39:42 +00:00
"name": "@pushrocks/smartrequest",
2019-06-12 13:16:28 +00:00
"version": "1.1.16",
2018-06-13 21:12:37 +00:00
"private": false,
2017-01-28 19:02:52 +00:00
"description": "dropin replacement for request",
"main": "dist/index.js",
2017-01-28 23:51:47 +00:00
"typings": "dist/index.d.ts",
2017-01-28 19:02:52 +00:00
"scripts": {
"test": "(tstest test/)",
"build": "(tsbuild)"
2017-01-28 19:02:52 +00:00
},
"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"
},
2017-01-28 23:51:47 +00:00
"homepage": "https://gitlab.com/pushrocks/smartrequest#README",
"dependencies": {
2019-04-22 22:14:30 +00:00
"@pushrocks/smartpromise": "^3.0.2",
2018-07-19 14:16:02 +00:00
"@types/form-data": "^2.2.1",
2019-04-22 22:14:30 +00:00
"form-data": "^2.3.3"
2017-01-28 23:51:47 +00:00
},
"devDependencies": {
2019-04-22 22:14:30 +00:00
"@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"
2018-06-13 21:12:37 +00:00
}
2019-04-22 22:14:31 +00:00
}