Commits (10)
Showing
Dockerfile
0 → 100644
{ | ||
"name": "npmdocker", | ||
"version": "1.2.12", | ||
"version": "1.2.17", | ||
"description": "develop npm modules cross platform with docker", | ||
"main": "dist/index.js", | ||
"typings": "dist/index.d.ts", | ||
... | ... | @@ -11,7 +11,7 @@ |
"test": "test" | ||
}, | ||
"scripts": { | ||
"test": "(npm run clean && npm run compile && npm run setupCheck && npm run testStandard && npm run testSpeed && npm run testClean)", | ||
"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)", | ||
... | ... | @@ -36,15 +36,15 @@ |
"dependencies": { | ||
"@types/shelljs": "0.x.x", | ||
"beautylog": "^6.1.10", | ||
"npmextra": "^2.0.7", | ||
"projectinfo": "^3.0.2", | ||
"npmextra": "^2.0.9", | ||
"projectinfo": "^3.0.4", | ||
"qenv": "^1.1.7", | ||
"smartanalytics": "^1.0.6", | ||
"smartanalytics": "^2.0.9", | ||
"smartcli": "^2.0.7", | ||
"smartfile": "^4.2.17", | ||
"smartfile": "^4.2.26", | ||
"smartq": "^1.1.6", | ||
"smartshell": "^1.0.8", | ||
"smartshell": "^1.0.18", | ||
"smartstring": "^2.0.24", | ||
"typings-global": "^1.0.19" | ||
"typings-global": "^1.0.20" | ||
} | ||
} |
This diff is collapsed.