More cli
Showing
This diff is collapsed.
... | ... | @@ -4,7 +4,7 @@ |
"description": "", | ||
"main": "index.ts", | ||
"scripts": { | ||
"build": "tsc --outDir bin index.ts", | ||
"build": "tsc -p .", | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
"author": "", | ||
... | ... | @@ -13,6 +13,7 @@ |
"@types/bluebird": "^3.5.25", | ||
"@types/mkdirp": "^0.5.2", | ||
"@types/node": "^10.12.18", | ||
"@types/yargs": "^12.0.5", | ||
"ts-node": "^7.0.1", | ||
"tslint": "^5.12.0", | ||
"typescript": "^3.2.2" | ||
... | ... | @@ -21,6 +22,7 @@ |
"bluebird": "^3.5.3", | ||
"mkdirp": "^0.5.1", | ||
"readdir-rx": "0.0.6", | ||
"rxjs": "^6.3.3" | ||
"rxjs": "^6.3.3", | ||
"yargs": "^12.0.5" | ||
} | ||
} |
Please register or sign in to comment