{
    "author": "Vladimir Barbarosh <vladimir.barbarosh@gmail.com>",
    "license": "MIT",
    "name": "@vbarbarosh/node-helpers",
    "version": "3.75.0",
    "description": "A set of helpers for JavaScript/Node.js",
    "unpkg": "dist/browser.js",
    "jsdelivr": "dist/browser.js",
    "homepage": "https://vbarbarosh.github.io/node-helpers/",
    "bin": {
        "watchdog": "src/cli-apps/watchdog.js"
    },
    "files": [
        "dist",
        "src"
    ],
    "scripts": {
        "build": "rm -rf dist; webpack",
        "test": "mocha 'src/**/*.test.js'"
    },
    "keywords": [
        "js",
        "node",
        "helpers"
    ],
    "repository": {
        "type": "git",
        "url": "git+https://github.com/vbarbarosh/node-helpers.git"
    },
    "bugs": {
        "url": "https://github.com/vbarbarosh/node-helpers/issues"
    },
    "peerDependencies": {
        "@paralleldrive/cuid2": "^3.0.4",
        "@vbarbarosh/type-helpers": "^0.2.0",
        "axios": "^1.7.9",
        "bluebird": "^3.7.2",
        "csv-parse": "^5.6.0",
        "form-data": "^4.0.1",
        "htmlparser2": "^10.0.0",
        "json-stable-stringify": "^1.2.1",
        "json-stringify-safe": "^5.0.1",
        "mime-types": "^2.1.35",
        "sanitize-filename": "^1.6.3",
        "split": "^1.0.1"
    },
    "optionalDependencies": {
        "ssh2": "^1.16.0"
    },
    "devDependencies": {
        "@vbarbarosh/tree": "^0.5.0",
        "copy-webpack-plugin": "^12.0.2",
        "express": "^4.21.2",
        "mocha": "^11.0.1",
        "redis-v1": "npm:redis@1",
        "redis-v2": "npm:redis@2",
        "redis-v3": "npm:redis@3",
        "redis-v4": "npm:redis@4",
        "throttle": "^1.0.3",
        "tree-kill": "^1.2.2",
        "webpack": "^5.98.0",
        "webpack-cli": "^6.0.1"
    }
}
