{
    "name": "@eneris/push-receiver",
    "version": "4.3.1",
    "description": "A module to subscribe to GCM/FCM and receive notifications within a node process.",
    "main": "dist/index.js",
    "types": "dist/index.d.ts",
    "files": [
        "dist",
        "package*",
        "*.md"
    ],
    "scripts": {
        "protos:convert": "yarn pbjs -t static-module --force-long --wrap commonjs -o ./src/protos.js ./src/protos/*.proto",
        "protos": "yarn pbts -o ./src/protos.d.ts ./src/protos.js",
        "protos:build": "yarn protos:convert && yarn protos",
        "protos:copy": "cp ./src/protos.* ./dist/",
        "build": "yarn protos:build && yarn tsc && yarn protos:copy",
        "prepublish": "yarn build",
        "lint": "yarn eslint 'src/**/*.ts'",
        "precommit": "yarn lint && yarn build",
        "prepare": "yarn prepublish"
    },
    "repository": {
        "type": "git",
        "url": "git+ssh://git@github.com/eneris/push-receiver.git"
    },
    "keywords": [
        "push",
        "service",
        "fcm",
        "gcm",
        "notifications",
        "node",
        "electron",
        "receiver"
    ],
    "author": "Eneris & MatthieuLemoine",
    "license": "MIT",
    "bugs": {
        "url": "https://github.com/eneris/push-receiver/issues"
    },
    "homepage": "https://github.com/eneris/push-receiver#readme",
    "devDependencies": {
        "@types/node": "^22.8.2",
        "@typescript-eslint/eslint-plugin": "^8.12.1",
        "@typescript-eslint/parser": "^8.12.1",
        "eslint": "^9.13.0",
        "protobufjs-cli": "^1.1.3",
        "typescript": "^5.6.3"
    },
    "dependencies": {
        "http_ece": "^1.2.1",
        "jsonwebtoken": "^9.0.2",
        "long": "^5.2.3",
        "protobufjs": "^7.4.0"
    },
    "engines": {
        "node": ">=20"
    }
}
