tsdocker/package.json

53 lines
1.5 KiB
JSON
Raw Normal View History

2016-07-13 21:17:24 +00:00
{
"name": "@gitzone/npmdocker",
2018-07-21 11:32:51 +00:00
"version": "1.2.22",
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": {
"npmdocker": "cli.js"
2016-07-19 17:53:09 +00:00
},
2016-07-13 21:17:24 +00:00
"directories": {
"test": "test"
},
"scripts": {
"test": "(npm run clean && npm run setupCheck && npm run testStandard && npm run testSpeed)",
"build": "echo \"no build script required for now\"",
"testStandard": "(cd test/ && node ../cli.ts.js)",
"testSpeed": "(cd test/ && node ../cli.ts.js speedtest)",
"testClean": "(cd test/ && node ../cli.ts.js clean --all)",
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",
"devDependencies": {
"@gitzone/tsrun": "^1.1.9"
},
2016-07-13 22:14:11 +00:00
"dependencies": {
"@pushrocks/smartcli": "^3.0.2",
"@pushrocks/smartfile": "^6.0.3",
"@pushrocks/smartpromise": "^2.0.5",
"@pushrocks/smartshell": "^1.0.21",
"@types/shelljs": "^0.8.0",
2017-07-16 11:58:41 +00:00
"beautylog": "^6.1.10",
2017-10-07 12:02:24 +00:00
"npmextra": "^2.0.9",
"projectinfo": "^3.0.4",
2017-07-16 11:58:41 +00:00
"qenv": "^1.1.7",
2017-10-07 12:02:24 +00:00
"smartanalytics": "^2.0.9",
"smartstring": "^2.0.28"
2016-07-13 22:14:11 +00:00
}
2016-07-13 21:17:24 +00:00
}