update documentation
This commit is contained in:
17
package.json
17
package.json
@@ -2,7 +2,7 @@
|
||||
"name": "@api.global/typedrequest",
|
||||
"version": "3.0.19",
|
||||
"private": false,
|
||||
"description": "make typed requests towards apis",
|
||||
"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",
|
||||
@@ -47,5 +47,18 @@
|
||||
],
|
||||
"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"
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user