{ "name": "@shipzone/npmci", "version": "3.1.78", "private": false, "description": "node and docker in gitlab ci on steroids", "main": "dist_ts/index.js", "typings": "dist_ts/index.d.ts", "bin": { "npmci": "cli.js" }, "scripts": { "test": "tstest test/", "build": "tsbuild && (npm run testVersion)", "testVersion": "(cd test/assets/ && node ../../cli.js -v)" }, "repository": { "type": "git", "url": "git+ssh://git@gitlab.com/gitzone/npmci.git" }, "author": "Lossless GmbH", "license": "MIT", "bugs": { "url": "https://gitlab.com/gitzone/npmci/issues" }, "homepage": "https://gitlab.com/gitzone/npmci#README", "devDependencies": { "@gitzone/tsbuild": "^2.1.28", "@gitzone/tsrun": "^1.2.18", "@gitzone/tstest": "^1.0.59", "@pushrocks/tapbundle": "^3.2.14", "@types/node": "^16.11.1", "tslint": "^6.1.3", "tslint-config-prettier": "^1.18.0" }, "dependencies": { "@apiglobal/typedrequest": "^1.0.58", "@pushrocks/lik": "^5.0.0", "@pushrocks/npmextra": "^3.0.9", "@pushrocks/projectinfo": "^4.0.5", "@pushrocks/qenv": "^4.0.10", "@pushrocks/smartanalytics": "^2.0.15", "@pushrocks/smartcli": "^3.0.14", "@pushrocks/smartdelay": "^2.0.13", "@pushrocks/smartfile": "^8.0.10", "@pushrocks/smartgit": "^2.0.1", "@pushrocks/smartlog": "^2.0.44", "@pushrocks/smartlog-destination-local": "^8.0.8", "@pushrocks/smartparam": "^1.1.6", "@pushrocks/smartpromise": "^3.1.6", "@pushrocks/smartrequest": "^1.1.52", "@pushrocks/smartshell": "^2.0.28", "@pushrocks/smartsocket": "^1.2.8", "@pushrocks/smartssh": "^1.2.3", "@pushrocks/smartstring": "^3.0.24", "@servezone/servezone-interfaces": "^2.0.51", "@types/through2": "^2.0.36", "through2": "^4.0.2" }, "files": [ "ts/**/*", "ts_web/**/*", "dist/**/*", "dist_*/**/*", "dist_ts/**/*", "dist_ts_web/**/*", "assets/**/*", "cli.js", "npmextra.json", "readme.md" ], "browserslist": [ "last 1 chrome versions" ] }