@oawu/cli-progress
Version:
🚀 轉轉轉,現在跑到哪裡惹?
33 lines (32 loc) • 706 B
JSON
{
"name": "@oawu/cli-progress",
"version": "2.0.0",
"description": "🚀 轉轉轉,現在跑到哪裡惹?",
"main": "index.js",
"scripts": {
"test": "node test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/oawu/npm-cli-progress.git"
},
"keywords": [
"cli-progress",
"command line",
"progress",
"terminal"
],
"author": {
"name": "OA Wu",
"email": "oawu.tw@gmail.com",
"url": "https://www.ioa.tw"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/oawu/npm-cli-progress/issues"
},
"homepage": "https://github.com/oawu/npm-cli-progress#readme",
"dependencies": {
"@oawu/xterm": "^1.0.9"
}
}