We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0ca649 commit 9d29037Copy full SHA for 9d29037
package.json
@@ -1,7 +1,8 @@
1
{
2
"author": "TestingBot <info@testingbot.com> (testingbot.com)",
3
"name": "testingbot-api",
4
- "description": "A wrapper around TestingBot's REST API",
+ "description": "Official NodeJS client for the TestingBot REST API",
5
+ "types": "index.d.ts",
6
"version": "1.1.0",
7
"bin": {
8
"testingbot": "./bin/testingbot"
@@ -20,9 +21,15 @@
20
21
"url": "https://github.com/testingbot/testingbot-api/issues"
22
},
23
"keywords": [
24
+ "testingbot",
25
"testingbot-api",
26
"testingbot-nodejs",
- "nodejs api"
27
+ "testing",
28
+ "automation",
29
+ "selenium",
30
+ "cross-browser",
31
+ "api-client",
32
+ "nodejs"
33
],
34
"devDependencies": {
35
"eslint": "^9.15.0",
0 commit comments