51 lines
1.4 KiB
JSON
51 lines
1.4 KiB
JSON
{
|
|
"name": "npmdocker",
|
|
"version": "1.2.18",
|
|
"description": "develop npm modules cross platform with docker",
|
|
"main": "dist/index.js",
|
|
"typings": "dist/index.d.ts",
|
|
"bin": {
|
|
"npmdocker": "dist/cli.js"
|
|
},
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"scripts": {
|
|
"test": "(npm run clean && npm run compile && npm run setupCheck && npm run testStandard && npm run testSpeed)",
|
|
"testStandard": "(cd test/ && node ../dist/index.js)",
|
|
"testSpeed": "(cd test/ && node ../dist/index.js speedtest)",
|
|
"testClean": "(cd test/ && node ../dist/index.js clean --all)",
|
|
"clean": "(rm -rf test/)",
|
|
"compile": "(npmts --notest)",
|
|
"setupCheck": "(git clone https://gitlab.com/sandboxzone/sandbox-npmts.git test/)"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+ssh://git@gitlab.com/gitzone/npmdocker.git"
|
|
},
|
|
"keywords": [
|
|
"docker"
|
|
],
|
|
"author": "Lossless GmbH",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://gitlab.com/gitzone/npmdocker/issues"
|
|
},
|
|
"homepage": "https://gitlab.com/gitzone/npmdocker#README",
|
|
"devDependencies": {},
|
|
"dependencies": {
|
|
"@types/shelljs": "0.x.x",
|
|
"beautylog": "^6.1.10",
|
|
"npmextra": "^2.0.9",
|
|
"projectinfo": "^3.0.4",
|
|
"qenv": "^1.1.7",
|
|
"smartanalytics": "^2.0.9",
|
|
"smartcli": "^2.0.7",
|
|
"smartfile": "^4.2.26",
|
|
"smartq": "^1.1.6",
|
|
"smartshell": "^1.0.18",
|
|
"smartstring": "^2.0.24",
|
|
"typings-global": "^1.0.20"
|
|
}
|
|
}
|