36 lines
1.1 KiB
JSON
36 lines
1.1 KiB
JSON
{
|
|
"name": "@gitzone/tstest",
|
|
"version": "1.0.15",
|
|
"private": false,
|
|
"description": "a test utility to run tests that match test/**/*.ts",
|
|
"main": "dist/index.js",
|
|
"typings": "dist/index.d.ts",
|
|
"author": "Lossless GmbH",
|
|
"license": "MIT",
|
|
"bin": {
|
|
"tstest": "./cli.js"
|
|
},
|
|
"scripts": {
|
|
"test": "(npm run prepareTest && npm run tstest && npm run cleanUp)",
|
|
"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/",
|
|
"cleanUp": "rm -rf .nogit/sandbox-npmts",
|
|
"format": "(gitzone format)",
|
|
"build": "(tsbuild)"
|
|
},
|
|
"devDependencies": {
|
|
"@gitzone/tsbuild": "^2.0.22",
|
|
"@pushrocks/tapbundle": "^3.0.5"
|
|
},
|
|
"dependencies": {
|
|
"@gitzone/tsrun": "^1.1.12",
|
|
"@pushrocks/consolecolor": "^2.0.1",
|
|
"@pushrocks/smartfile": "^6.0.6",
|
|
"@pushrocks/smartlog": "^2.0.1",
|
|
"@pushrocks/smartpromise": "^2.0.5",
|
|
"@pushrocks/smartshell": "^2.0.6",
|
|
"@types/figures": "^2.0.0",
|
|
"figures": "^2.0.0"
|
|
}
|
|
}
|