{
    "name": "ghost-progress-webpack-plugin",
    "version": "0.1.0",
    "author": "ZSkycat",
    "description": "A no side effects progress plugin for webpack.",
    "license": "MIT",
    "keywords": [
        "webpack",
        "plugin",
        "progress"
    ],
    "repository": {
        "type": "git",
        "url": "https://github.com/ZSkycat/ghost-progress-webpack-plugin"
    },
    "main": "./dist/index.js",
    "files": [
        "dist/",
        "src/"
    ],
    "scripts": {
        "build": "npm run clear && tsc -p .",
        "clear": "rimraf ./dist/**/*",
        "test": "mocha --require ts-node/register ./test/**/*"
    },
    "dependencies": {
        "ansi-regex": "^3.0.0",
        "chalk": "^2.4.1",
        "cjk-regex": "^2.0.0",
        "cli-cursor": "^2.1.0"
    },
    "devDependencies": {
        "@types/mocha": "^5.2.5",
        "@types/node": "^10.7.1",
        "@types/webpack": "^4.4.10",
        "mocha": "^5.2.0",
        "rimraf": "^2.6.2",
        "ts-node": "^7.0.1",
        "tsc": "^1.20150623.0",
        "typescript": "^3.0.1",
        "webpack": "^4.16.5"
    },
    "peerDependencies": {
        "webpack": ">=3.0.0"
    }
}
