npmci/package.json

72 lines
2.0 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",
2019-09-01 11:41:04 +00:00
"version": "3.1.51",
2018-12-23 17:54:16 +00:00
"private": false,
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": {
2019-08-27 14:45:46 +00:00
"@gitzone/tsbuild": "^2.1.17",
2019-05-08 20:43:48 +00:00
"@gitzone/tsrun": "^1.2.6",
2019-06-18 15:30:04 +00:00
"@gitzone/tstest": "^1.0.24",
2019-08-23 14:42:55 +00:00
"@pushrocks/tapbundle": "^3.0.13",
2019-08-30 08:40:38 +00:00
"@types/node": "^12.7.3",
2019-08-23 14:42:55 +00:00
"tslint": "^5.19.0",
2019-05-08 20:43:48 +00:00
"tslint-config-prettier": "^1.18.0"
2016-05-26 20:17:57 +00:00
},
"dependencies": {
2019-08-29 18:56:02 +00:00
"@apiglobal/typedrequest": "^1.0.17",
2019-08-27 14:45:46 +00:00
"@pushrocks/lik": "^3.0.11",
2019-06-18 15:30:04 +00:00
"@pushrocks/npmextra": "^3.0.5",
2018-09-22 12:13:25 +00:00
"@pushrocks/projectinfo": "^4.0.2",
2019-08-30 08:40:38 +00:00
"@pushrocks/qenv": "^4.0.4",
2019-05-08 20:43:48 +00:00
"@pushrocks/smartanalytics": "^2.0.15",
"@pushrocks/smartcli": "^3.0.7",
"@pushrocks/smartdelay": "^2.0.3",
"@pushrocks/smartfile": "^7.0.2",
2019-08-29 18:26:23 +00:00
"@pushrocks/smartgit": "^1.0.13",
2019-05-08 20:43:48 +00:00
"@pushrocks/smartlog": "^2.0.19",
2019-06-18 15:30:04 +00:00
"@pushrocks/smartlog-destination-local": "^8.0.2",
2018-09-22 12:13:25 +00:00
"@pushrocks/smartparam": "^1.0.4",
2019-05-08 20:43:48 +00:00
"@pushrocks/smartpromise": "^3.0.2",
2019-08-23 14:42:55 +00:00
"@pushrocks/smartrequest": "^1.1.23",
2019-08-30 08:40:38 +00:00
"@pushrocks/smartshell": "^2.0.25",
2019-08-23 14:42:55 +00:00
"@pushrocks/smartsocket": "^1.1.45",
2018-09-22 12:13:25 +00:00
"@pushrocks/smartssh": "^1.2.3",
2019-05-08 20:43:48 +00:00
"@pushrocks/smartstring": "^3.0.10",
2019-08-30 08:40:38 +00:00
"@servezone/servezone-interfaces": "^2.0.29",
2019-05-08 20:43:48 +00:00
"@types/shelljs": "^0.8.5",
2018-09-22 12:13:25 +00:00
"@types/through2": "^2.0.34",
2019-05-08 20:43:48 +00:00
"through2": "^3.0.1"
2019-06-18 20:24:12 +00:00
},
"files": [
"ts/*",
"ts_web/*",
"dist/*",
"dist_web/*",
2019-07-17 15:57:20 +00:00
"dist_ts_web/*",
2019-06-18 20:24:12 +00:00
"assets/*",
"cli.js",
"npmextra.json",
"readme.md"
]
2019-08-29 18:38:45 +00:00
}