73 lines
2.3 KiB
JSON
73 lines
2.3 KiB
JSON
{
|
|
"name": "@git.zone/tstest",
|
|
"version": "2.3.0",
|
|
"private": false,
|
|
"description": "a test utility to run tests that match test/**/*.ts",
|
|
"exports": {
|
|
".": "./dist_ts/index.js",
|
|
"./tapbundle": "./dist_ts_tapbundle/index.js",
|
|
"./tapbundle_node": "./dist_ts_tapbundle_node/index.js"
|
|
},
|
|
"type": "module",
|
|
"author": "Lossless GmbH",
|
|
"license": "MIT",
|
|
"bin": {
|
|
"tstest": "./cli.js"
|
|
},
|
|
"scripts": {
|
|
"test": "pnpm run build && pnpm run test:tapbundle:verbose && pnpm run test:tstest:verbose",
|
|
"test:tapbundle": "tsx ./cli.child.ts \"test/tapbundle/**/*.ts\"",
|
|
"test:tapbundle:verbose": "tsx ./cli.child.ts \"test/tapbundle/**/*.ts\" --verbose",
|
|
"test:tstest": "tsx ./cli.child.ts \"test/tstest/**/*.ts\"",
|
|
"test:tstest:verbose": "tsx ./cli.child.ts \"test/tstest/**/*.ts\" --verbose",
|
|
"build": "(tsbuild tsfolders)",
|
|
"buildDocs": "tsdoc"
|
|
},
|
|
"devDependencies": {
|
|
"@git.zone/tsbuild": "^2.6.3",
|
|
"@types/node": "^22.15.21"
|
|
},
|
|
"dependencies": {
|
|
"@api.global/typedserver": "^3.0.74",
|
|
"@git.zone/tsbundle": "^2.2.5",
|
|
"@git.zone/tsrun": "^1.3.3",
|
|
"@push.rocks/consolecolor": "^2.0.2",
|
|
"@push.rocks/qenv": "^6.1.0",
|
|
"@push.rocks/smartbrowser": "^2.0.8",
|
|
"@push.rocks/smartchok": "^1.0.34",
|
|
"@push.rocks/smartcrypto": "^2.0.4",
|
|
"@push.rocks/smartdelay": "^3.0.5",
|
|
"@push.rocks/smartenv": "^5.0.12",
|
|
"@push.rocks/smartexpect": "^2.5.0",
|
|
"@push.rocks/smartfile": "^11.2.3",
|
|
"@push.rocks/smartjson": "^5.0.20",
|
|
"@push.rocks/smartlog": "^3.1.8",
|
|
"@push.rocks/smartmongo": "^2.0.12",
|
|
"@push.rocks/smartpath": "^5.0.18",
|
|
"@push.rocks/smartpromise": "^4.2.3",
|
|
"@push.rocks/smartrequest": "^2.1.0",
|
|
"@push.rocks/smarts3": "^2.2.5",
|
|
"@push.rocks/smartshell": "^3.2.3",
|
|
"@push.rocks/smarttime": "^4.1.1",
|
|
"@types/ws": "^8.18.1",
|
|
"figures": "^6.1.0",
|
|
"ws": "^8.18.2"
|
|
},
|
|
"files": [
|
|
"ts/**/*",
|
|
"ts_web/**/*",
|
|
"dist/**/*",
|
|
"dist_*/**/*",
|
|
"dist_ts/**/*",
|
|
"dist_ts_web/**/*",
|
|
"assets/**/*",
|
|
"cli.js",
|
|
"npmextra.json",
|
|
"readme.md"
|
|
],
|
|
"browserslist": [
|
|
"last 1 chrome versions"
|
|
],
|
|
"packageManager": "pnpm@10.10.0+sha512.d615db246fe70f25dcfea6d8d73dee782ce23e2245e3c4f6f888249fb568149318637dca73c2c5c8ef2a4ca0d5657fb9567188bfab47f566d1ee6ce987815c39"
|
|
}
|