{
    "name": "@wocker/utils",
    "type": "commonjs",
    "version": "2.0.13",
    "author": "Kris Papercut <krispcut@gmail.com>",
    "description": "Utils for @wocker",
    "license": "MIT",
    "main": "./lib/index.js",
    "types": "./lib/index.d.ts",
    "keywords": [
        "wocker",
        "cli",
        "utils"
    ],
    "homepage": "https://kearisp.github.io/wocker",
    "repository": {
        "type": "git",
        "url": "git+https://github.com/kearisp/wocker-utils.git"
    },
    "bugs": {
        "url": "https://github.com/kearisp/wocker-utils/issues"
    },
    "scripts": {
        "prepublishOnly": "npm run build",
        "build": "tsc --project tsconfig.build.json",
        "watch": "tsc -w --project tsconfig.build.json",
        "test": "jest",
        "test-watch": "jest --watchAll",
        "make-coverage-badge": "make-coverage-badge"
    },
    "dependencies": {
        "@inquirer/core": "^10.2.2",
        "ansi-escapes": "^4.3.2",
        "yoctocolors-cjs": "^2.1.3"
    },
    "devDependencies": {
        "@inquirer/testing": "^2.1.50",
        "@inquirer/type": "^3.0.8",
        "@types/jest": "^30.0.0",
        "@types/mute-stream": "^0.0.4",
        "@types/node": "^24.5.2",
        "jest": "^30.1.3",
        "make-coverage-badge": "^1.2.0",
        "mute-stream": "^2.0.0",
        "ts-jest": "^29.4.4",
        "ts-node": "^10.9.2",
        "typescript": "^5.9.2"
    }
}
