npmci/package.json

56 lines
1.5 KiB
JSON
Raw Permalink Normal View History

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