78 lines
2.0 KiB
JSON
78 lines
2.0 KiB
JSON
{
|
|
"name": "@push.rocks/tapbundle",
|
|
"private": false,
|
|
"version": "5.4.3",
|
|
"description": "A test automation library bundling utilities and tools for TAP (Test Anything Protocol) based testing, specifically tailored for tapbuffer.",
|
|
"exports": {
|
|
".": "./dist_ts/index.js",
|
|
"./node": "./dist_ts_node/index.js"
|
|
},
|
|
"type": "module",
|
|
"scripts": {
|
|
"test": "(tstest test/)",
|
|
"build": "(tsbuild tsfolders --web --allowimplicitany --skiplibcheck)",
|
|
"buildDocs": "tsdoc"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://code.foss.global/push.rocks/tapbundle.git"
|
|
},
|
|
"author": "Lossless GmbH",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://code.foss.global/push.rocks/tapbundle/issues"
|
|
},
|
|
"homepage": "https://code.foss.global/push.rocks/tapbundle#readme",
|
|
"dependencies": {
|
|
"@open-wc/testing": "^4.0.0",
|
|
"@push.rocks/consolecolor": "^2.0.2",
|
|
"@push.rocks/qenv": "^6.0.5",
|
|
"@push.rocks/smartcrypto": "^2.0.4",
|
|
"@push.rocks/smartdelay": "^3.0.5",
|
|
"@push.rocks/smartenv": "^5.0.12",
|
|
"@push.rocks/smartexpect": "^1.2.1",
|
|
"@push.rocks/smartjson": "^5.0.20",
|
|
"@push.rocks/smartmongo": "^2.0.10",
|
|
"@push.rocks/smartpromise": "^4.0.4",
|
|
"@push.rocks/smarts3": "^2.2.5",
|
|
"@push.rocks/smartshell": "^3.0.6",
|
|
"@push.rocks/smarttime": "^4.0.8"
|
|
},
|
|
"devDependencies": {
|
|
"@git.zone/tsbuild": "^2.1.66",
|
|
"@git.zone/tsrun": "^1.2.43",
|
|
"@git.zone/tstest": "^1.0.77",
|
|
"@types/node": "^22.5.5",
|
|
"randomstring": "^1.3.0"
|
|
},
|
|
"files": [
|
|
"ts/**/*",
|
|
"ts_web/**/*",
|
|
"dist/**/*",
|
|
"dist_*/**/*",
|
|
"dist_ts/**/*",
|
|
"dist_ts_web/**/*",
|
|
"assets/**/*",
|
|
"cli.js",
|
|
"npmextra.json",
|
|
"readme.md"
|
|
],
|
|
"browserslist": [
|
|
"last 1 chrome versions"
|
|
],
|
|
"keywords": [
|
|
"testing",
|
|
"automation",
|
|
"TAP",
|
|
"test anything protocol",
|
|
"unit testing",
|
|
"integration testing",
|
|
"JavaScript",
|
|
"TypeScript",
|
|
"test runner",
|
|
"test framework",
|
|
"web helpers",
|
|
"test utilities"
|
|
]
|
|
}
|