2016-07-13 21:17:24 +00:00
|
|
|
{
|
2019-05-10 09:45:20 +00:00
|
|
|
"name": "@gitzone/tsdocker",
|
2019-05-10 15:09:51 +00:00
|
|
|
"version": "1.2.31",
|
2018-09-16 21:14:33 +00:00
|
|
|
"private": false,
|
2016-07-13 22:14:11 +00:00
|
|
|
"description": "develop npm modules cross platform with docker",
|
2016-07-13 21:17:24 +00:00
|
|
|
"main": "dist/index.js",
|
2016-07-28 16:01:02 +00:00
|
|
|
"typings": "dist/index.d.ts",
|
2016-07-19 17:53:09 +00:00
|
|
|
"bin": {
|
2019-05-12 16:30:32 +00:00
|
|
|
"tsdocker": "cli.js"
|
2016-07-19 17:53:09 +00:00
|
|
|
},
|
2016-07-13 21:17:24 +00:00
|
|
|
"scripts": {
|
2018-07-21 11:32:51 +00:00
|
|
|
"test": "(npm run clean && npm run setupCheck && npm run testStandard && npm run testSpeed)",
|
2018-10-29 00:09:45 +00:00
|
|
|
"build": "(tsbuild)",
|
2018-07-21 11:32:51 +00:00
|
|
|
"testStandard": "(cd test/ && node ../cli.ts.js)",
|
|
|
|
"testSpeed": "(cd test/ && node ../cli.ts.js speedtest)",
|
|
|
|
"testClean": "(cd test/ && node ../cli.ts.js clean --all)",
|
2019-05-10 09:45:20 +00:00
|
|
|
"testVscode": "(cd test/ && node ../cli.ts.js vscode)",
|
2016-07-19 17:21:06 +00:00
|
|
|
"clean": "(rm -rf test/)",
|
|
|
|
"compile": "(npmts --notest)",
|
2017-02-11 22:37:01 +00:00
|
|
|
"setupCheck": "(git clone https://gitlab.com/sandboxzone/sandbox-npmts.git test/)"
|
2016-07-13 21:17:24 +00:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2017-02-11 19:23:10 +00:00
|
|
|
"url": "git+ssh://git@gitlab.com/gitzone/npmdocker.git"
|
2016-07-13 21:17:24 +00:00
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"docker"
|
|
|
|
],
|
|
|
|
"author": "Lossless GmbH",
|
|
|
|
"license": "MIT",
|
|
|
|
"bugs": {
|
2017-02-11 19:23:10 +00:00
|
|
|
"url": "https://gitlab.com/gitzone/npmdocker/issues"
|
2016-07-13 21:17:24 +00:00
|
|
|
},
|
2017-02-11 19:23:10 +00:00
|
|
|
"homepage": "https://gitlab.com/gitzone/npmdocker#README",
|
2018-07-21 11:32:51 +00:00
|
|
|
"devDependencies": {
|
2019-05-09 08:06:59 +00:00
|
|
|
"@gitzone/tsbuild": "^2.1.11",
|
|
|
|
"@gitzone/tsrun": "^1.2.6",
|
|
|
|
"@gitzone/tstest": "^1.0.20",
|
|
|
|
"@pushrocks/tapbundle": "^3.0.9",
|
|
|
|
"@types/node": "^12.0.0",
|
|
|
|
"tslint": "^5.16.0",
|
|
|
|
"tslint-config-prettier": "^1.18.0"
|
2018-07-21 11:32:51 +00:00
|
|
|
},
|
2016-07-13 22:14:11 +00:00
|
|
|
"dependencies": {
|
2019-05-10 15:09:50 +00:00
|
|
|
"@pushrocks/npmextra": "^3.0.3",
|
2018-09-16 19:08:13 +00:00
|
|
|
"@pushrocks/projectinfo": "^4.0.2",
|
2019-05-09 08:06:59 +00:00
|
|
|
"@pushrocks/qenv": "^4.0.0",
|
2018-10-29 00:07:39 +00:00
|
|
|
"@pushrocks/smartanalytics": "^2.0.15",
|
2019-05-09 08:06:59 +00:00
|
|
|
"@pushrocks/smartcli": "^3.0.7",
|
|
|
|
"@pushrocks/smartfile": "^7.0.2",
|
2019-05-10 09:45:20 +00:00
|
|
|
"@pushrocks/smartlog": "^2.0.19",
|
|
|
|
"@pushrocks/smartlog-destination-local": "^7.0.5",
|
|
|
|
"@pushrocks/smartlog-source-ora": "^1.0.4",
|
|
|
|
"@pushrocks/smartopen": "^1.0.8",
|
2019-05-09 08:06:59 +00:00
|
|
|
"@pushrocks/smartpromise": "^3.0.2",
|
|
|
|
"@pushrocks/smartshell": "^2.0.13",
|
|
|
|
"@pushrocks/smartstring": "^3.0.10",
|
|
|
|
"@types/shelljs": "^0.8.5"
|
2018-09-16 21:14:33 +00:00
|
|
|
}
|
2019-05-10 09:46:38 +00:00
|
|
|
}
|