npmci/package.json

59 lines
1.7 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-12-23 16:29:25 +00:00
"version": "3.1.18",
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": {
"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)",
"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",
2018-11-24 14:00:19 +00:00
"@gitzone/tsrun": "^1.1.13",
2018-09-22 12:13:25 +00:00
"@gitzone/tstest": "^1.0.15",
"@pushrocks/tapbundle": "^3.0.7",
2018-11-24 14:00:19 +00:00
"@types/node": "^10.12.10",
"tslint": "^5.11.0",
2018-11-28 20:06:12 +00:00
"tslint-config-prettier": "^1.17.0"
2016-05-26 20:17:57 +00:00
},
"dependencies": {
2018-11-24 14:00:19 +00:00
"@pushrocks/lik": "^3.0.2",
2018-09-22 12:13:25 +00:00
"@pushrocks/npmextra": "^3.0.1",
"@pushrocks/projectinfo": "^4.0.2",
2018-11-24 14:00:19 +00:00
"@pushrocks/smartcli": "^3.0.6",
2018-09-22 12:13:25 +00:00
"@pushrocks/smartdelay": "^2.0.2",
2018-11-24 14:00:19 +00:00
"@pushrocks/smartfile": "^6.0.11",
"@pushrocks/smartlog": "^2.0.9",
"@pushrocks/smartlog-destination-local": "^7.0.5",
2018-09-22 12:13:25 +00:00
"@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",
2018-11-26 17:01:54 +00:00
"@pushrocks/smartshell": "^2.0.11",
2018-09-22 12:13:25 +00:00
"@pushrocks/smartssh": "^1.2.3",
2018-11-28 20:06:12 +00:00
"@pushrocks/smartstring": "^3.0.5",
2018-11-24 14:00:19 +00:00
"@types/lodash": "^4.14.118",
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",
"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-11-24 14:00:19 +00:00
"through2": "^3.0.0"
},
2018-05-27 13:41:58 +00:00
"private": false
2018-11-24 14:10:56 +00:00
}