{
    "name": "pushi-js",
    "version": "0.5.1",
    "description": "JavaScript client for Hive Pushi push notification system",
    "main": "pushi.js",
    "browser": "pushi.js",
    "module": "pushi.mjs",
    "exports": {
        ".": {
            "import": "./pushi.mjs",
            "require": "./pushi.js",
            "browser": "./pushi.js",
            "default": "./pushi.js"
        }
    },
    "files": [
        "pushi.js",
        "pushi.mjs"
    ],
    "scripts": {
        "lint": "eslint pushi.js",
        "lint-fix": "eslint pushi.js --fix",
        "test": "mocha --recursive test/"
    },
    "keywords": [
        "pushi",
        "websocket",
        "push",
        "notifications",
        "realtime",
        "pubsub",
        "pusher"
    ],
    "author": "Hive Solutions <development@hive.pt>",
    "license": "Apache-2.0",
    "repository": {
        "type": "git",
        "url": "git+https://github.com/hivesolutions/pushi.git"
    },
    "homepage": "https://github.com/hivesolutions/pushi#readme",
    "bugs": {
        "url": "https://github.com/hivesolutions/pushi/issues"
    },
    "devDependencies": {
        "eslint": "^9.17.0",
        "eslint-config-hive": "^0.7.0",
        "mocha": "^10.8.2"
    },
    "engines": {
        "node": ">=18"
    }
}
