Commits (6)
Showing
This diff is collapsed.
{ | ||
"name": "npmdocker", | ||
"version": "1.2.4", | ||
"version": "1.2.7", | ||
"description": "develop npm modules cross platform with docker", | ||
"main": "dist/index.js", | ||
"typings": "dist/index.d.ts", | ||
... | ... | @@ -32,20 +32,18 @@ |
"url": "https://gitlab.com/gitzone/npmdocker/issues" | ||
}, | ||
"homepage": "https://gitlab.com/gitzone/npmdocker#README", | ||
"devDependencies": { | ||
"npmts-g": "^6.0.0" | ||
}, | ||
"devDependencies": {}, | ||
"dependencies": { | ||
"@types/shelljs": "0.x.x", | ||
"beautylog": "^6.1.1", | ||
"npmextra": "^2.0.3", | ||
"projectinfo": "^3.0.1", | ||
"beautylog": "^6.1.5", | ||
"npmextra": "^2.0.5", | ||
"projectinfo": "^3.0.2", | ||
"qenv": "^1.1.3", | ||
"shelljs": "^0.7.6", | ||
"smartcli": "^2.0.1", | ||
"smartfile": "^4.1.5", | ||
"smartq": "^1.1.0", | ||
"smartstring": "^2.0.22", | ||
"smartfile": "^4.1.9", | ||
"smartq": "^1.1.1", | ||
"smartshell": "^1.0.6", | ||
"smartstring": "^2.0.24", | ||
"typings-global": "^1.0.14" | ||
} | ||
} |
This diff is collapsed.