npmci/package.json

55 lines
1.5 KiB
JSON
Raw Normal View History

2016-05-26 20:17:57 +00:00
{
2018-04-29 13:02:16 +00:00
"name": "@shipzone/npmci",
2018-07-02 21:09:52 +00:00
"version": "3.0.51",
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",
"typings": "dist/index.d.ts",
2016-05-26 20:17:57 +00:00
"bin": {
2016-11-25 13:15:44 +00:00
"npmci": "dist/cli.js"
2016-05-26 20:17:57 +00:00
},
"scripts": {
2017-05-25 11:01:17 +00:00
"test": "(rm -f config.json) && (npmts) && (npm run testVersion)",
2018-04-29 14:12:32 +00:00
"build": "(rm -f config.json) && (npmts) && (npm run testVersion)",
2016-11-25 13:15:44 +00:00
"testVersion": "(cd test/assets/ && node ../../dist/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-07-02 21:09:52 +00:00
"tapbundle": "^2.0.2"
2016-05-26 20:17:57 +00:00
},
"dependencies": {
2018-07-02 21:09:52 +00:00
"@pushrocks/smartcli": "^3.0.2",
"@pushrocks/smartpromise": "^2.0.2",
2018-07-02 21:09:52 +00:00
"@types/lodash": "^4.14.110",
"@types/shelljs": "^0.8.0",
2017-06-07 13:16:33 +00:00
"@types/through2": "^2.0.33",
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-04-04 20:43:15 +00:00
"lik": "^2.0.5",
2018-07-02 21:09:52 +00:00
"lodash": "^4.17.10",
2017-08-25 20:13:11 +00:00
"npmextra": "^2.0.9",
2018-07-02 21:09:52 +00:00
"projectinfo": "^3.0.4",
"request": "^2.87.0",
"shelljs": "^0.8.2",
2017-09-12 17:45:51 +00:00
"smartanalytics": "^2.0.9",
2018-07-02 21:09:52 +00:00
"smartdelay": "^1.0.4",
2017-08-25 20:13:11 +00:00
"smartfile": "^4.2.20",
2017-08-27 23:35:21 +00:00
"smartparam": "^1.0.2",
2018-07-02 21:09:52 +00:00
"smartshell": "^1.0.19",
"smartsocket": "^1.1.19",
2017-06-15 16:34:38 +00:00
"smartssh": "^1.2.2",
2018-07-02 21:09:52 +00:00
"smartstring": "^2.0.28",
2017-08-25 20:13:11 +00:00
"smartsystem": "^2.0.2",
2018-04-04 20:25:13 +00:00
"through2": "^2.0.3"
},
2018-05-27 13:41:58 +00:00
"private": false
2018-05-27 12:34:42 +00:00
}