2017-03-04 07:32:17 +00:00
{
2023-07-13 00:09:53 +00:00
"name" : "@push.rocks/tapbundle" ,
2018-06-28 21:34:41 +00:00
"private" : false ,
2024-11-23 17:39:17 +00:00
"version" : "5.5.2" ,
2024-11-23 17:42:31 +00:00
"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." ,
2024-09-17 17:40:00 +00:00
"exports" : {
"." : "./dist_ts/index.js" ,
"./node" : "./dist_ts_node/index.js"
} ,
2022-03-14 10:22:17 +00:00
"type" : "module" ,
2017-03-04 07:32:17 +00:00
"scripts" : {
2018-08-08 21:17:06 +00:00
"test" : "(tstest test/)" ,
2024-09-17 17:40:00 +00:00
"build" : "(tsbuild tsfolders --web --allowimplicitany --skiplibcheck)" ,
2023-08-12 09:40:29 +00:00
"buildDocs" : "tsdoc"
2017-03-04 07:32:17 +00:00
} ,
"repository" : {
"type" : "git" ,
2024-11-06 01:47:44 +00:00
"url" : "git+https://code.foss.global/push.rocks/tapbundle.git"
2017-03-04 07:32:17 +00:00
} ,
"author" : "Lossless GmbH" ,
"license" : "MIT" ,
"bugs" : {
2024-11-06 01:47:44 +00:00
"url" : "https://code.foss.global/push.rocks/tapbundle/issues"
2017-03-04 07:32:17 +00:00
} ,
2024-11-06 01:47:44 +00:00
"homepage" : "https://code.foss.global/push.rocks/tapbundle#readme" ,
2017-03-04 07:32:17 +00:00
"dependencies" : {
2024-03-13 21:13:30 +00:00
"@open-wc/testing" : "^4.0.0" ,
2024-03-13 21:07:58 +00:00
"@push.rocks/consolecolor" : "^2.0.2" ,
2024-11-23 17:34:34 +00:00
"@push.rocks/qenv" : "^6.1.0" ,
2024-09-18 15:56:53 +00:00
"@push.rocks/smartcrypto" : "^2.0.4" ,
2023-08-12 09:39:09 +00:00
"@push.rocks/smartdelay" : "^3.0.5" ,
2024-03-13 21:07:58 +00:00
"@push.rocks/smartenv" : "^5.0.12" ,
2024-09-17 17:40:00 +00:00
"@push.rocks/smartexpect" : "^1.2.1" ,
2024-11-06 20:07:05 +00:00
"@push.rocks/smartfile" : "^11.0.21" ,
2024-08-17 05:30:11 +00:00
"@push.rocks/smartjson" : "^5.0.20" ,
2024-11-06 01:46:34 +00:00
"@push.rocks/smartmongo" : "^2.0.10" ,
2024-11-06 20:07:05 +00:00
"@push.rocks/smartpath" : "^5.0.18" ,
2024-08-17 05:30:11 +00:00
"@push.rocks/smartpromise" : "^4.0.4" ,
2024-11-06 20:07:05 +00:00
"@push.rocks/smartrequest" : "^2.0.23" ,
2024-11-06 16:15:28 +00:00
"@push.rocks/smarts3" : "^2.2.5" ,
2024-09-17 17:40:00 +00:00
"@push.rocks/smartshell" : "^3.0.6" ,
2024-11-23 17:34:34 +00:00
"@push.rocks/smarttime" : "^4.0.8" ,
"expect" : "^29.7.0"
2017-10-10 15:14:14 +00:00
} ,
"devDependencies" : {
2024-09-17 17:40:00 +00:00
"@git.zone/tsbuild" : "^2.1.66" ,
"@git.zone/tsrun" : "^1.2.43" ,
"@git.zone/tstest" : "^1.0.77" ,
2024-11-23 17:34:34 +00:00
"@types/node" : "^22.9.3" ,
2023-06-22 11:32:43 +00:00
"randomstring" : "^1.3.0"
2019-06-19 12:49:23 +00:00
} ,
"files" : [
2019-11-16 17:45:47 +00:00
"ts/**/*" ,
"ts_web/**/*" ,
"dist/**/*" ,
2020-07-08 00:17:25 +00:00
"dist_*/**/*" ,
"dist_ts/**/*" ,
2019-11-16 17:45:47 +00:00
"dist_ts_web/**/*" ,
"assets/**/*" ,
2019-06-19 12:49:23 +00:00
"cli.js" ,
"npmextra.json" ,
"readme.md"
2020-07-11 16:07:30 +00:00
] ,
"browserslist" : [
"last 1 chrome versions"
2024-04-14 16:36:42 +00:00
] ,
"keywords" : [
"testing" ,
"automation" ,
"TAP" ,
2024-11-23 17:42:31 +00:00
"Test Anything Protocol" ,
2024-04-14 16:36:42 +00:00
"unit testing" ,
"integration testing" ,
"TypeScript" ,
2024-11-23 17:42:31 +00:00
"JavaScript" ,
2024-04-14 16:36:42 +00:00
"test runner" ,
"test framework" ,
"web helpers" ,
2024-11-23 17:42:31 +00:00
"test utilities" ,
"asynchronous testing" ,
"environment variables" ,
"crypto" ,
"shell commands" ,
"Node.js" ,
"cloud storage" ,
"browser testing" ,
"UI components" ,
"parallel testing" ,
"test lifecycle management"
2019-06-19 12:49:23 +00:00
]
2024-11-23 17:42:31 +00:00
}