59 lines
1.8 KiB
JSON
59 lines
1.8 KiB
JSON
{
|
|
"name": "@git.zone/tstest",
|
|
"version": "1.4.0",
|
|
"private": false,
|
|
"description": "a test utility to run tests that match test/**/*.ts",
|
|
"main": "dist_ts/index.js",
|
|
"typings": "dist_ts/index.d.ts",
|
|
"type": "module",
|
|
"author": "Lossless GmbH",
|
|
"license": "MIT",
|
|
"bin": {
|
|
"tstest": "./cli.js"
|
|
},
|
|
"scripts": {
|
|
"test": "(npm run cleanUp && npm run prepareTest && npm run tstest)",
|
|
"prepareTest": "git clone https://gitlab.com/sandboxzone/sandbox-npmts.git .nogit/sandbox-npmts && cd .nogit/sandbox-npmts && npm install",
|
|
"tstest": "cd .nogit/sandbox-npmts && node ../../cli.ts.js test/ --web",
|
|
"cleanUp": "rm -rf .nogit/sandbox-npmts",
|
|
"build": "(tsbuild --web --allowimplicitany --skiplibcheck)",
|
|
"buildDocs": "tsdoc"
|
|
},
|
|
"devDependencies": {
|
|
"@git.zone/tsbuild": "^2.5.1",
|
|
"@types/node": "^22.15.18"
|
|
},
|
|
"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/smartbrowser": "^2.0.8",
|
|
"@push.rocks/smartdelay": "^3.0.5",
|
|
"@push.rocks/smartfile": "^11.2.0",
|
|
"@push.rocks/smartlog": "^3.0.9",
|
|
"@push.rocks/smartpromise": "^4.2.3",
|
|
"@push.rocks/smartshell": "^3.2.3",
|
|
"@push.rocks/tapbundle": "^6.0.3",
|
|
"@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"
|
|
}
|