update documentation
This commit is contained in:
19
package.json
19
package.json
@@ -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"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user