2016-05-26 22:17:57 +02:00
|
|
|
{
|
2018-04-29 15:02:16 +02:00
|
|
|
"name": "@shipzone/npmci",
|
2018-11-24 15:10:56 +01:00
|
|
|
"version": "3.1.2",
|
2017-07-19 16:40:24 +02:00
|
|
|
"description": "node and docker in gitlab ci on steroids",
|
2016-05-26 22:17:57 +02:00
|
|
|
"main": "dist/index.js",
|
2016-08-02 16:20:32 +02:00
|
|
|
"typings": "dist/index.d.ts",
|
2016-05-26 22:17:57 +02:00
|
|
|
"bin": {
|
2018-09-22 15:18:21 +02:00
|
|
|
"npmci": "cli.js"
|
2016-05-26 22:17:57 +02:00
|
|
|
},
|
|
|
|
"scripts": {
|
2018-09-22 14:13:25 +02:00
|
|
|
"test": "(rm -f config.json) && tstest test/",
|
|
|
|
"build": "(rm -f config.json) && tsbuild && (npm run testVersion)",
|
2018-09-22 15:18:21 +02:00
|
|
|
"testVersion": "(cd test/assets/ && node ../../cli.js -v)"
|
2016-05-26 22:17:57 +02:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2017-02-08 21:32:45 +01:00
|
|
|
"url": "git+ssh://git@gitlab.com/gitzone/npmci.git"
|
2016-05-26 22:17:57 +02:00
|
|
|
},
|
|
|
|
"author": "Lossless GmbH",
|
|
|
|
"license": "MIT",
|
|
|
|
"bugs": {
|
2017-02-08 21:32:45 +01:00
|
|
|
"url": "https://gitlab.com/gitzone/npmci/issues"
|
2016-05-26 22:17:57 +02:00
|
|
|
},
|
2017-02-08 21:32:45 +01:00
|
|
|
"homepage": "https://gitlab.com/gitzone/npmci#README",
|
2016-05-26 22:17:57 +02:00
|
|
|
"devDependencies": {
|
2018-09-22 14:13:25 +02:00
|
|
|
"@gitzone/tsbuild": "^2.0.22",
|
2018-11-24 15:00:19 +01:00
|
|
|
"@gitzone/tsrun": "^1.1.13",
|
2018-09-22 14:13:25 +02:00
|
|
|
"@gitzone/tstest": "^1.0.15",
|
|
|
|
"@pushrocks/tapbundle": "^3.0.7",
|
2018-11-24 15:00:19 +01:00
|
|
|
"@types/node": "^10.12.10",
|
|
|
|
"tslint": "^5.11.0",
|
|
|
|
"tslint-config-prettier": "^1.16.0"
|
2016-05-26 22:17:57 +02:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2018-11-24 15:00:19 +01:00
|
|
|
"@pushrocks/lik": "^3.0.2",
|
2018-09-22 14:13:25 +02:00
|
|
|
"@pushrocks/npmextra": "^3.0.1",
|
|
|
|
"@pushrocks/projectinfo": "^4.0.2",
|
2018-11-24 15:00:19 +01:00
|
|
|
"@pushrocks/smartcli": "^3.0.6",
|
2018-09-22 14:13:25 +02:00
|
|
|
"@pushrocks/smartdelay": "^2.0.2",
|
2018-11-24 15:00:19 +01:00
|
|
|
"@pushrocks/smartfile": "^6.0.11",
|
|
|
|
"@pushrocks/smartlog": "^2.0.9",
|
|
|
|
"@pushrocks/smartlog-destination-local": "^7.0.5",
|
2018-09-22 14:13:25 +02:00
|
|
|
"@pushrocks/smartparam": "^1.0.4",
|
2018-07-15 23:58:43 +02:00
|
|
|
"@pushrocks/smartpromise": "^2.0.5",
|
2018-09-22 14:13:25 +02:00
|
|
|
"@pushrocks/smartrequest": "^1.1.14",
|
2018-11-24 15:00:19 +01:00
|
|
|
"@pushrocks/smartshell": "^2.0.8",
|
2018-09-22 14:13:25 +02:00
|
|
|
"@pushrocks/smartssh": "^1.2.3",
|
|
|
|
"@pushrocks/smartstring": "^3.0.4",
|
2018-11-24 15:00:19 +01:00
|
|
|
"@types/lodash": "^4.14.118",
|
2018-07-02 23:09:52 +02:00
|
|
|
"@types/shelljs": "^0.8.0",
|
2018-09-22 14:13:25 +02:00
|
|
|
"@types/through2": "^2.0.34",
|
2017-06-15 15:48:32 +02:00
|
|
|
"cflare": "^1.0.5",
|
2018-09-22 14:13:25 +02:00
|
|
|
"lodash": "^4.17.11",
|
2017-09-12 19:45:51 +02:00
|
|
|
"smartanalytics": "^2.0.9",
|
2018-07-02 23:09:52 +02:00
|
|
|
"smartsocket": "^1.1.19",
|
2018-11-24 15:00:19 +01:00
|
|
|
"through2": "^3.0.0"
|
2018-05-27 14:34:38 +02:00
|
|
|
},
|
2018-05-27 15:41:58 +02:00
|
|
|
"private": false
|
2018-11-24 15:10:56 +01:00
|
|
|
}
|