fix(docs): Update description and keywords in package files for clarity

This commit is contained in:
2024-11-23 18:42:31 +01:00
parent 8dd8ce1b15
commit c84a7192fb
5 changed files with 195 additions and 93 deletions

View File

@@ -2,7 +2,7 @@
"name": "@push.rocks/tapbundle",
"private": false,
"version": "5.5.2",
"description": "A test automation library bundling utilities and tools for TAP (Test Anything Protocol) based testing, specifically tailored for tapbuffer.",
"description": "A comprehensive testing automation library that provides a wide range of utilities and tools for TAP (Test Anything Protocol) based testing, especially suitable for projects using tapbuffer.",
"exports": {
".": "./dist_ts/index.js",
"./node": "./dist_ts_node/index.js"
@@ -68,14 +68,24 @@
"testing",
"automation",
"TAP",
"test anything protocol",
"Test Anything Protocol",
"unit testing",
"integration testing",
"JavaScript",
"TypeScript",
"JavaScript",
"test runner",
"test framework",
"web helpers",
"test utilities"
"test utilities",
"asynchronous testing",
"environment variables",
"crypto",
"shell commands",
"Node.js",
"cloud storage",
"browser testing",
"UI components",
"parallel testing",
"test lifecycle management"
]
}
}