66 lines
1.5 KiB
JSON
66 lines
1.5 KiB
JSON
{
|
|
"name": "@push.rocks/smartrequest",
|
|
"version": "2.0.22",
|
|
"private": false,
|
|
"description": "A module for modern HTTP/HTTPS requests with support for form data, file uploads, JSON, binary data, streams, and more.",
|
|
"main": "dist_ts/index.js",
|
|
"typings": "dist_ts/index.d.ts",
|
|
"type": "module",
|
|
"scripts": {
|
|
"test": "(tstest test/ --web)",
|
|
"build": "(tsbuild --web)",
|
|
"buildDocs": "tsdoc"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://code.foss.global/push.rocks/smartrequest.git"
|
|
},
|
|
"keywords": [
|
|
"HTTP",
|
|
"HTTPS",
|
|
"request library",
|
|
"form data",
|
|
"file uploads",
|
|
"JSON",
|
|
"binary data",
|
|
"streams",
|
|
"keepAlive",
|
|
"TypeScript",
|
|
"modern web requests",
|
|
"drop-in replacement"
|
|
],
|
|
"author": "Lossless GmbH",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://gitlab.com/push.rocks/smartrequest/issues"
|
|
},
|
|
"homepage": "https://code.foss.global/push.rocks/smartrequest",
|
|
"dependencies": {
|
|
"@push.rocks/smartpromise": "^4.0.4",
|
|
"@push.rocks/smarturl": "^3.1.0",
|
|
"agentkeepalive": "^4.5.0",
|
|
"form-data": "^4.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"@git.zone/tsbuild": "^2.2.0",
|
|
"@git.zone/tsrun": "^1.3.3",
|
|
"@git.zone/tstest": "^1.0.90",
|
|
"@pushrocks/tapbundle": "^5.0.8",
|
|
"@types/node": "^22.9.0"
|
|
},
|
|
"files": [
|
|
"ts/**/*",
|
|
"ts_web/**/*",
|
|
"dist/**/*",
|
|
"dist_*/**/*",
|
|
"dist_ts/**/*",
|
|
"dist_ts_web/**/*",
|
|
"assets/**/*",
|
|
"cli.js",
|
|
"npmextra.json",
|
|
"readme.md"
|
|
],
|
|
"browserslist": [
|
|
"last 1 chrome versions"
|
|
]
|
|
} |