{ "name": "@shipzone/npmci", "version": "4.1.3", "private": false, "description": "node and docker in gitlab ci on steroids", "main": "dist_ts/index.js", "typings": "dist_ts/index.d.ts", "type": "module", "bin": { "npmci": "cli.js" }, "scripts": { "test": "tstest test/", "build": "tsbuild --allowimplicitany && (npm run testVersion)", "testVersion": "(cd test/assets/ && node ../../cli.js -v)", "buildDocs": "tsdoc" }, "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.65", "@gitzone/tsrun": "^1.2.37", "@gitzone/tstest": "^1.0.73", "@pushrocks/tapbundle": "^5.0.4", "@types/node": "^18.8.3" }, "dependencies": { "@apiglobal/typedrequest": "^2.0.10", "@pushrocks/lik": "^6.0.0", "@pushrocks/npmextra": "^3.0.9", "@pushrocks/projectinfo": "^5.0.1", "@pushrocks/qenv": "^5.0.2", "@pushrocks/smartanalytics": "^2.0.15", "@pushrocks/smartcli": "^4.0.6", "@pushrocks/smartdelay": "^2.0.13", "@pushrocks/smartenv": "^5.0.3", "@pushrocks/smartfile": "^10.0.5", "@pushrocks/smartgit": "^3.0.0", "@pushrocks/smartlog": "^3.0.1", "@pushrocks/smartlog-destination-local": "^8.0.8", "@pushrocks/smartparam": "^1.1.6", "@pushrocks/smartpath": "^5.0.5", "@pushrocks/smartpromise": "^3.1.7", "@pushrocks/smartrequest": "^2.0.11", "@pushrocks/smartshell": "^2.0.30", "@pushrocks/smartsocket": "^2.0.7", "@pushrocks/smartssh": "^2.0.0", "@pushrocks/smartstring": "^4.0.5", "@servezone/interfaces": "^1.0.3", "@tsclass/tsclass": "^4.0.21", "@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" ] }