66 lines
1.7 KiB
JSON
66 lines
1.7 KiB
JSON
{
|
|
"name": "@api.global/typedrequest",
|
|
"version": "3.0.31",
|
|
"private": false,
|
|
"description": "A TypeScript library for making typed requests towards APIs, including facilities for handling requests, routing, and virtual stream handling.",
|
|
"main": "dist_ts/index.js",
|
|
"typings": "dist_ts/index.d.ts",
|
|
"type": "module",
|
|
"author": "Lossless GmbH",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"test": "(tstest test/)",
|
|
"build": "(tsbuild --web --allowimplicitany && tsbundle npm)",
|
|
"buildDocs": "tsdoc"
|
|
},
|
|
"devDependencies": {
|
|
"@api.global/typedserver": "^3.0.51",
|
|
"@git.zone/tsbuild": "^2.1.84",
|
|
"@git.zone/tsbundle": "^2.0.15",
|
|
"@git.zone/tsrun": "^1.2.49",
|
|
"@git.zone/tstest": "^1.0.90",
|
|
"@push.rocks/smartenv": "^5.0.12",
|
|
"@push.rocks/tapbundle": "^5.0.24",
|
|
"@types/node": "^22.5.4"
|
|
},
|
|
"dependencies": {
|
|
"@api.global/typedrequest-interfaces": "^3.0.19",
|
|
"@push.rocks/isounique": "^1.0.5",
|
|
"@push.rocks/lik": "^6.0.15",
|
|
"@push.rocks/smartbuffer": "^3.0.4",
|
|
"@push.rocks/smartdelay": "^3.0.5",
|
|
"@push.rocks/smartguard": "^3.1.0",
|
|
"@push.rocks/smartpromise": "^4.0.4",
|
|
"@push.rocks/webrequest": "^3.0.37",
|
|
"@push.rocks/webstream": "^1.0.10"
|
|
},
|
|
"files": [
|
|
"ts/**/*",
|
|
"ts_web/**/*",
|
|
"dist/**/*",
|
|
"dist_*/**/*",
|
|
"dist_ts/**/*",
|
|
"dist_ts_web/**/*",
|
|
"assets/**/*",
|
|
"cli.js",
|
|
"npmextra.json",
|
|
"readme.md"
|
|
],
|
|
"browserslist": [
|
|
"last 1 chrome versions"
|
|
],
|
|
"keywords": [
|
|
"TypeScript",
|
|
"API Requests",
|
|
"HTTP",
|
|
"Typed Programming",
|
|
"Request Routing",
|
|
"Response Handling",
|
|
"Virtual Streams",
|
|
"Asynchronous",
|
|
"Network Communication",
|
|
"Server Communication",
|
|
"API Integration"
|
|
]
|
|
}
|