@choksheak/timecli
Version:
Prefix to a CLI command to print out the time taken.
37 lines (36 loc) • 726 B
JSON
{
"name": "@choksheak/timecli",
"version": "1.0.3",
"description": "Prefix to a CLI command to print out the time taken.",
"main": "index.js",
"bin": {
"timecli": "index.js"
},
"repository": {
"type": "git",
"url": "https://github.com/choksheak/timecli"
},
"homepage": "https://github.com/choksheak/timecli",
"keywords": [
"command",
"time",
"timeit",
"timer",
"timestamp",
"cli",
"stream"
],
"scripts": {
"test": "node index.js node test.js"
},
"author": {
"name": "ChokSheak Lau",
"email": "choksheak@gmail.com"
},
"license": "ISC",
"dependencies": {
"cross-spawn": "^7.0.3",
"kleur": "^4.1.3",
"npm-run-path": "^4.0.1"
}
}