{
    "name": "@wocker/ws",
    "type": "commonjs",
    "version": "1.1.3",
    "author": "Kris Papercut <krispcut@gmail.com>",
    "description": "Docker workspace for web projects",
    "license": "MIT",
    "main": "./lib/index.js",
    "types": "./lib/index.d.ts",
    "keywords": [
        "wocker",
        "workspace",
        "docker",
        "devops"
    ],
    "bin": {
        "ws": "lib/main.js"
    },
    "homepage": "https://kearisp.github.io/wocker",
    "repository": {
        "type": "git",
        "url": "git+https://github.com/kearisp/wocker-ws.git"
    },
    "bugs": {
        "url": "https://github.com/kearisp/wocker-ws/issues"
    },
    "scripts": {
        "prepublishOnly": "npm run build",
        "start": "npm run watch",
        "build": "tsc --project tsconfig.build.json",
        "postbuild": "chmod +x ./lib/main.js",
        "watch": "npm run build && tsc -w --project tsconfig.build.json",
        "test": "jest --colors",
        "test-watch": "jest --colors --watchAll",
        "make-coverage-badge": "make-coverage-badge"
    },
    "dependencies": {
        "@wocker/core": "1.1.3",
        "@wocker/docker-module": "^1.0.1",
        "@wocker/prompts": "^1.0.0",
        "@wocker/utils": "^2.0.6",
        "async-mutex": "^0.4.0",
        "cli-table3": "^0.6.2",
        "keytar": "^7.9.0",
        "unzipper": "^0.12.3",
        "yoctocolors-cjs": "^2.1.2"
    },
    "devDependencies": {
        "@types/jest": "^30.0.0",
        "@types/node": "^24.5.2",
        "@types/unzipper": "^0.10.10",
        "@wocker/docker-mock-module": "^1.0.1",
        "@wocker/testing": "^1.0.9",
        "jest": "^30.1.3",
        "make-coverage-badge": "^1.2.0",
        "memfs": "^4.49.0",
        "ts-jest": "^29.4.4",
        "ts-node": "^10.9.2",
        "typescript": "^5.9.3",
        "unionfs": "^4.5.4"
    }
}
