Skip to content

Commit 9d29037

Browse files
improve package.json
1 parent f0ca649 commit 9d29037

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

package.json

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
22
"author": "TestingBot <info@testingbot.com> (testingbot.com)",
33
"name": "testingbot-api",
4-
"description": "A wrapper around TestingBot's REST API",
4+
"description": "Official NodeJS client for the TestingBot REST API",
5+
"types": "index.d.ts",
56
"version": "1.1.0",
67
"bin": {
78
"testingbot": "./bin/testingbot"
@@ -20,9 +21,15 @@
2021
"url": "https://github.com/testingbot/testingbot-api/issues"
2122
},
2223
"keywords": [
24+
"testingbot",
2325
"testingbot-api",
2426
"testingbot-nodejs",
25-
"nodejs api"
27+
"testing",
28+
"automation",
29+
"selenium",
30+
"cross-browser",
31+
"api-client",
32+
"nodejs"
2633
],
2734
"devDependencies": {
2835
"eslint": "^9.15.0",

0 commit comments

Comments
 (0)