{
    "name": "zid-theme",
    "version": "1.1.6",
    "description": "A CLI to process zid theme folder",
    "main": "bin/zid-theme",
    "repository": "https://github.com/zidsa/zid-theme-npm",
    "bin": {
        "zid-theme": "bin/zid-theme"
    },
    "files": [
        "bin/zid-theme",
        "dist/"
    ],
    "publishConfig": {
        "access": "public"
    },
    "author": "omar <omar.csse@gmail.com>",
    "license": "MIT",
    "private": false,
    "scripts": {
        "build": "webpack",
        "pkg": "pkg -t linux,macos,win dist/zid-theme.js --out-path bin",
        "test": "echo \"Error: no test specified\" && exit 1"
    },
    "keywords": [
        "cli",
        "zid",
        "zid-theme"
    ],
    "dependencies": {
        "adm-zip": "^0.5.5",
        "archiver": "^5.2.0"
    },
    "devDependencies": {
        "@types/adm-zip": "^0.4.34",
        "@types/archiver": "^5.1.0",
        "@types/node": "^14.14.31",
        "original-fs": "^1.1.0",
        "ts-loader": "^8.0.17",
        "typescript": "^4.2.2",
        "webpack": "^5.24.2",
        "webpack-cli": "^4.5.0"
    }
}
