update documentation

This commit is contained in:
2024-04-14 18:57:25 +02:00
parent 1830daacba
commit 5ea494cef3
5 changed files with 156 additions and 40 deletions

View File

@@ -1,8 +1,8 @@
{
"name": "@apiglobal/test-sdk",
"name": "@api.global/test-sdk",
"version": "2.0.2",
"private": false,
"description": "an sdk for testing ag handlers",
"description": "A software development kit for testing API Gateway handlers.",
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",
"author": "Lossless GmbH",
@@ -42,5 +42,16 @@
"browserslist": [
"last 1 chrome versions"
],
"type": "module"
}
"type": "module",
"keywords": [
"API testing",
"SDK",
"development tools",
"API Gateway",
"server simulation",
"handlers testing",
"automated testing",
"TypeScript",
"Node.js"
]
}