2016-05-26 20:17:57 +00:00
|
|
|
{
|
2018-04-29 13:02:16 +00:00
|
|
|
"name": "@shipzone/npmci",
|
2021-05-14 18:19:43 +00:00
|
|
|
"version": "3.1.76",
|
2018-12-23 17:54:16 +00:00
|
|
|
"private": false,
|
2017-07-19 14:40:24 +00:00
|
|
|
"description": "node and docker in gitlab ci on steroids",
|
2021-05-14 18:11:12 +00:00
|
|
|
"main": "dist_ts/index.js",
|
|
|
|
"typings": "dist_ts/index.d.ts",
|
2016-05-26 20:17:57 +00:00
|
|
|
"bin": {
|
2018-09-22 13:18:21 +00:00
|
|
|
"npmci": "cli.js"
|
2016-05-26 20:17:57 +00:00
|
|
|
},
|
|
|
|
"scripts": {
|
2019-09-01 11:44:21 +00:00
|
|
|
"test": "tstest test/",
|
|
|
|
"build": "tsbuild && (npm run testVersion)",
|
2018-09-22 13:18:21 +00:00
|
|
|
"testVersion": "(cd test/assets/ && node ../../cli.js -v)"
|
2016-05-26 20:17:57 +00:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2017-02-08 20:32:45 +00:00
|
|
|
"url": "git+ssh://git@gitlab.com/gitzone/npmci.git"
|
2016-05-26 20:17:57 +00:00
|
|
|
},
|
|
|
|
"author": "Lossless GmbH",
|
|
|
|
"license": "MIT",
|
|
|
|
"bugs": {
|
2017-02-08 20:32:45 +00:00
|
|
|
"url": "https://gitlab.com/gitzone/npmci/issues"
|
2016-05-26 20:17:57 +00:00
|
|
|
},
|
2017-02-08 20:32:45 +00:00
|
|
|
"homepage": "https://gitlab.com/gitzone/npmci#README",
|
2016-05-26 20:17:57 +00:00
|
|
|
"devDependencies": {
|
2021-05-14 18:11:12 +00:00
|
|
|
"@gitzone/tsbuild": "^2.1.25",
|
|
|
|
"@gitzone/tsrun": "^1.2.12",
|
|
|
|
"@gitzone/tstest": "^1.0.54",
|
|
|
|
"@pushrocks/tapbundle": "^3.2.14",
|
|
|
|
"@types/node": "^15.0.3",
|
|
|
|
"tslint": "^6.1.3",
|
2019-05-08 20:43:48 +00:00
|
|
|
"tslint-config-prettier": "^1.18.0"
|
2016-05-26 20:17:57 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2021-05-14 18:11:12 +00:00
|
|
|
"@apiglobal/typedrequest": "^1.0.56",
|
|
|
|
"@pushrocks/lik": "^4.0.20",
|
|
|
|
"@pushrocks/npmextra": "^3.0.9",
|
|
|
|
"@pushrocks/projectinfo": "^4.0.5",
|
|
|
|
"@pushrocks/qenv": "^4.0.10",
|
2019-05-08 20:43:48 +00:00
|
|
|
"@pushrocks/smartanalytics": "^2.0.15",
|
2021-05-14 18:11:12 +00:00
|
|
|
"@pushrocks/smartcli": "^3.0.14",
|
|
|
|
"@pushrocks/smartdelay": "^2.0.10",
|
|
|
|
"@pushrocks/smartfile": "^8.0.10",
|
|
|
|
"@pushrocks/smartlog": "^2.0.39",
|
|
|
|
"@pushrocks/smartlog-destination-local": "^8.0.8",
|
|
|
|
"@pushrocks/smartparam": "^1.1.6",
|
|
|
|
"@pushrocks/smartpromise": "^3.1.5",
|
|
|
|
"@pushrocks/smartrequest": "^1.1.51",
|
|
|
|
"@pushrocks/smartshell": "^2.0.26",
|
|
|
|
"@pushrocks/smartsocket": "^1.2.8",
|
2018-09-22 12:13:25 +00:00
|
|
|
"@pushrocks/smartssh": "^1.2.3",
|
2021-05-14 18:11:12 +00:00
|
|
|
"@pushrocks/smartstring": "^3.0.24",
|
2019-10-02 09:33:52 +00:00
|
|
|
"@servezone/servezone-interfaces": "^2.0.51",
|
2021-05-14 18:11:12 +00:00
|
|
|
"@types/through2": "^2.0.36",
|
|
|
|
"through2": "^4.0.2"
|
2019-06-18 20:24:12 +00:00
|
|
|
},
|
|
|
|
"files": [
|
2021-05-14 18:11:12 +00:00
|
|
|
"ts/**/*",
|
|
|
|
"ts_web/**/*",
|
|
|
|
"dist/**/*",
|
|
|
|
"dist_*/**/*",
|
|
|
|
"dist_ts/**/*",
|
|
|
|
"dist_ts_web/**/*",
|
|
|
|
"assets/**/*",
|
2019-06-18 20:24:12 +00:00
|
|
|
"cli.js",
|
|
|
|
"npmextra.json",
|
|
|
|
"readme.md"
|
2021-05-14 18:11:12 +00:00
|
|
|
],
|
|
|
|
"browserslist": [
|
|
|
|
"last 1 chrome versions"
|
2019-06-18 20:24:12 +00:00
|
|
|
]
|
2021-05-14 18:11:13 +00:00
|
|
|
}
|