2016-05-26 20:17:57 +00:00
|
|
|
{
|
2018-04-29 13:02:16 +00:00
|
|
|
"name": "@shipzone/npmci",
|
2018-09-22 13:18:21 +00:00
|
|
|
"version": "3.0.59",
|
2017-07-19 14:40:24 +00:00
|
|
|
"description": "node and docker in gitlab ci on steroids",
|
2016-05-26 20:17:57 +00:00
|
|
|
"main": "dist/index.js",
|
2016-08-02 14:20:32 +00:00
|
|
|
"typings": "dist/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": {
|
2018-09-22 12:13:25 +00:00
|
|
|
"test": "(rm -f config.json) && tstest test/",
|
|
|
|
"build": "(rm -f config.json) && 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": {
|
2018-09-22 12:13:25 +00:00
|
|
|
"@gitzone/tsbuild": "^2.0.22",
|
|
|
|
"@gitzone/tsrun": "^1.1.12",
|
|
|
|
"@gitzone/tstest": "^1.0.15",
|
|
|
|
"@pushrocks/tapbundle": "^3.0.7",
|
|
|
|
"@types/node": "^10.10.3"
|
2016-05-26 20:17:57 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2018-09-22 12:13:25 +00:00
|
|
|
"@pushrocks/lik": "^3.0.1",
|
|
|
|
"@pushrocks/npmextra": "^3.0.1",
|
|
|
|
"@pushrocks/projectinfo": "^4.0.2",
|
|
|
|
"@pushrocks/smartcli": "^3.0.4",
|
|
|
|
"@pushrocks/smartdelay": "^2.0.2",
|
|
|
|
"@pushrocks/smartfile": "^6.0.8",
|
|
|
|
"@pushrocks/smartparam": "^1.0.4",
|
2018-07-15 21:58:43 +00:00
|
|
|
"@pushrocks/smartpromise": "^2.0.5",
|
2018-09-22 12:13:25 +00:00
|
|
|
"@pushrocks/smartrequest": "^1.1.14",
|
|
|
|
"@pushrocks/smartshell": "^2.0.6",
|
|
|
|
"@pushrocks/smartssh": "^1.2.3",
|
|
|
|
"@pushrocks/smartstring": "^3.0.4",
|
|
|
|
"@types/lodash": "^4.14.116",
|
2018-07-02 21:09:52 +00:00
|
|
|
"@types/shelljs": "^0.8.0",
|
2018-09-22 12:13:25 +00:00
|
|
|
"@types/through2": "^2.0.34",
|
2017-05-15 12:19:56 +00:00
|
|
|
"beautylog": "^6.1.10",
|
2017-06-15 13:48:32 +00:00
|
|
|
"cflare": "^1.0.5",
|
2018-09-22 12:13:25 +00:00
|
|
|
"lodash": "^4.17.11",
|
2017-09-12 17:45:51 +00:00
|
|
|
"smartanalytics": "^2.0.9",
|
2018-07-02 21:09:52 +00:00
|
|
|
"smartsocket": "^1.1.19",
|
2018-04-04 20:25:13 +00:00
|
|
|
"through2": "^2.0.3"
|
2018-05-27 12:34:38 +00:00
|
|
|
},
|
2018-05-27 13:41:58 +00:00
|
|
|
"private": false
|
2018-09-22 12:36:26 +00:00
|
|
|
}
|