Showing
dist/npmdocker.cli.d.ts
0 → 100644
dist/npmdocker.cli.js
0 → 100644
{ | ||
"name": "npmdocker", | ||
"version": "1.2.2", | ||
"version": "1.2.3", | ||
"description": "develop npm modules cross platform with docker", | ||
"main": "dist/index.js", | ||
"typings": "dist/index.d.ts", | ||
... | ... | @@ -11,12 +11,12 @@ |
"test": "test" | ||
}, | ||
"scripts": { | ||
"test": "(npm run clean && npm run compile && npm run setupCheck && npm run check)", | ||
"testDev": "(npm run compile && npm run check)", | ||
"test": "(npm run clean && npm run compile && npm run setupCheck && npm run testStandard && npm run testClean)", | ||
"testStandard": "(cd test/ && node ../dist/index.js)", | ||
"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/)", | ||
"check": "(cd test/ && node ../dist/index.js)" | ||
"setupCheck": "(git clone https://gitlab.com/sandboxzone/sandbox-npmts.git test/)" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
... | ... | @@ -41,6 +41,7 @@ |
"projectinfo": "^3.0.1", | ||
"qenv": "^1.1.3", | ||
"shelljs": "^0.7.6", | ||
"smartcli": "^2.0.1", | ||
"smartfile": "^4.1.5", | ||
"smartq": "^1.1.0", | ||
"smartstring": "^2.0.22", | ||
... | ... |
ts/npmdocker.cli.ts
0 → 100644