{ "name": "@gitzone/tsdocker", "version": "1.2.38", "private": false, "description": "develop npm modules cross platform with docker", "main": "dist/index.js", "typings": "dist/index.d.ts", "bin": { "tsdocker": "cli.js" }, "scripts": { "test": "(npm run clean && npm run setupCheck && npm run testStandard && npm run testSpeed)", "build": "(tsbuild)", "testStandard": "(cd test/ && node ../cli.ts.js)", "testSpeed": "(cd test/ && node ../cli.ts.js speedtest)", "testClean": "(cd test/ && node ../cli.ts.js clean --all)", "testVscode": "(cd test/ && node ../cli.ts.js vscode)", "clean": "(rm -rf test/)", "compile": "(npmts --notest)", "setupCheck": "(git clone https://gitlab.com/sandboxzone/sandbox-npmts.git test/)" }, "repository": { "type": "git", "url": "git+ssh://git@gitlab.com/gitzone/npmdocker.git" }, "keywords": [ "docker" ], "author": "Lossless GmbH", "license": "MIT", "bugs": { "url": "https://gitlab.com/gitzone/npmdocker/issues" }, "homepage": "https://gitlab.com/gitzone/npmdocker#README", "devDependencies": { "@gitzone/tsbuild": "^2.1.11", "@gitzone/tsrun": "^1.2.6", "@gitzone/tstest": "^1.0.22", "@pushrocks/tapbundle": "^3.0.9", "@types/node": "^12.0.2", "tslint": "^5.16.0", "tslint-config-prettier": "^1.18.0" }, "dependencies": { "@pushrocks/npmextra": "^3.0.5", "@pushrocks/projectinfo": "^4.0.2", "@pushrocks/qenv": "^4.0.0", "@pushrocks/smartanalytics": "^2.0.15", "@pushrocks/smartcli": "^3.0.7", "@pushrocks/smartfile": "^7.0.2", "@pushrocks/smartlog": "^2.0.19", "@pushrocks/smartlog-destination-local": "^7.0.5", "@pushrocks/smartlog-source-ora": "^1.0.7", "@pushrocks/smartopen": "^1.0.8", "@pushrocks/smartpromise": "^3.0.2", "@pushrocks/smartshell": "^2.0.20", "@pushrocks/smartstring": "^3.0.10", "@types/shelljs": "^0.8.5" } }