{ "name": "@gitzone/tstest", "version": "1.0.38", "private": false, "description": "a test utility to run tests that match test/**/*.ts", "main": "dist_ts/index.js", "typings": "dist_ts/index.d.ts", "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)" }, "devDependencies": { "@gitzone/tsbuild": "^2.1.17", "@pushrocks/tapbundle": "^3.2.7", "tslint": "^6.1.2", "tslint-config-prettier": "^1.18.0" }, "dependencies": { "@gitzone/tsbundle": "^1.0.72", "@gitzone/tsrun": "^1.2.12", "@pushrocks/consolecolor": "^2.0.1", "@pushrocks/smartbrowser": "^1.0.17", "@pushrocks/smartdelay": "^2.0.9", "@pushrocks/smartexpress": "^3.0.73", "@pushrocks/smartfile": "^7.0.6", "@pushrocks/smartlog": "^2.0.19", "@pushrocks/smartpromise": "^3.0.6", "@pushrocks/smartshell": "^2.0.25", "@types/figures": "^3.0.1", "figures": "^3.0.0" }, "files": [ "ts/**/*", "ts_web/**/*", "dist/**/*", "dist_*/**/*", "dist_ts/**/*", "dist_ts_web/**/*", "assets/**/*", "cli.js", "npmextra.json", "readme.md" ] }