smartrequest/package.json

52 lines
1.2 KiB
JSON
Raw Normal View History

2017-01-28 19:02:52 +00:00
{
2018-06-18 05:39:42 +00:00
"name": "@pushrocks/smartrequest",
2020-01-13 07:58:54 +00:00
"version": "1.1.46",
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-09-28 19:40:04 +00:00
"@pushrocks/smartpromise": "^3.0.5",
"@types/form-data": "^2.5.0",
2019-09-28 20:50:35 +00:00
"agentkeepalive": "^4.0.2",
2019-09-28 19:40:04 +00:00
"form-data": "^2.5.1"
2017-01-28 23:51:47 +00:00
},
"devDependencies": {
2019-09-08 15:47:30 +00:00
"@gitzone/tsbuild": "^2.1.17",
"@gitzone/tsrun": "^1.2.8",
"@gitzone/tstest": "^1.0.24",
"@pushrocks/tapbundle": "^3.0.13",
2019-09-28 19:40:04 +00:00
"@types/node": "^12.7.8",
"tslint": "^5.20.0",
2019-08-22 10:38:11 +00:00
"tslint-config-prettier": "^1.18.0"
2019-08-16 19:38:50 +00:00
},
"files": [
2019-11-21 17:32:30 +00:00
"ts/**/*",
"ts_web/**/*",
"dist/**/*",
"dist_web/**/*",
"dist_ts_web/**/*",
"assets/**/*",
2019-08-16 19:38:50 +00:00
"cli.js",
"npmextra.json",
"readme.md"
]
2019-11-21 17:32:31 +00:00
}