{
    "name": "slog-progress",
    "version": "1.1.4",
    "description": "nodejs简单的进度条",
    "main": "index.js",
    "types": "index.d.ts",
    "scripts": {
        "test": "echo \"Error: no test specified\" && exit 1"
    },
    "repository": {
        "type": "git",
        "url": "git@gitee.com:kakaniva/slog-progress.git"
    },
    "keywords": [
        "进度条"
    ],
    "author": "kakaniva",
    "license": "MIT",
    "dependencies": {
        "single-line-log": "^1.1.2"
    }
}