74 lines
		
	
	
		
			2.3 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			74 lines
		
	
	
		
			2.3 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|   "name": "@git.zone/tstest",
 | |
|   "version": "2.6.2",
 | |
|   "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.8",
 | |
|     "@types/node": "^22.15.21"
 | |
|   },
 | |
|   "dependencies": {
 | |
|     "@api.global/typedserver": "^3.0.79",
 | |
|     "@git.zone/tsbundle": "^2.5.1",
 | |
|     "@git.zone/tsrun": "^1.6.2",
 | |
|     "@push.rocks/consolecolor": "^2.0.3",
 | |
|     "@push.rocks/qenv": "^6.1.3",
 | |
|     "@push.rocks/smartbrowser": "^2.0.8",
 | |
|     "@push.rocks/smartchok": "^1.1.1",
 | |
|     "@push.rocks/smartcrypto": "^2.0.4",
 | |
|     "@push.rocks/smartdelay": "^3.0.5",
 | |
|     "@push.rocks/smartenv": "^5.0.13",
 | |
|     "@push.rocks/smartexpect": "^2.5.0",
 | |
|     "@push.rocks/smartfile": "^11.2.7",
 | |
|     "@push.rocks/smartjson": "^5.2.0",
 | |
|     "@push.rocks/smartlog": "^3.1.10",
 | |
|     "@push.rocks/smartmongo": "^2.0.12",
 | |
|     "@push.rocks/smartnetwork": "^4.4.0",
 | |
|     "@push.rocks/smartpath": "^6.0.0",
 | |
|     "@push.rocks/smartpromise": "^4.2.3",
 | |
|     "@push.rocks/smartrequest": "^4.3.2",
 | |
|     "@push.rocks/smarts3": "^2.2.6",
 | |
|     "@push.rocks/smartshell": "^3.3.0",
 | |
|     "@push.rocks/smarttime": "^4.1.1",
 | |
|     "@types/ws": "^8.18.1",
 | |
|     "figures": "^6.1.0",
 | |
|     "ws": "^8.18.3"
 | |
|   },
 | |
|   "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"
 | |
| }
 |