{
    "name": "firebase-fcm-v1-http2",
    "version": "1.0.3",
    "description": "A Node.js library for sending push notifications using Firebase Cloud Messaging HTTP v1 APIs.",
    "main": "dist/index.js",
    "types": "dist/index.d.ts",
    "scripts": {
        "build": "tsc",
        "watch": "tsc --watch",
        "clean": "rimraf dist",
        "start": "node dist/index.js"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/jeevan-blaze/firebase-fcm-v1-http2"
    },
    "keywords": [
        "firebase",
        "fcm",
        "push notifications",
        "V1",
        "http2",
        "new pushnotication"
    ],
    "author": "Jeevan Sai Gudela <jeevansaigudela@gmail.com> (https://www.linkedin.com/in/jeevansaigudela)",
    "license": "Apache-2.0",
    "bugs": {
        "url": "https://github.com/jeevan-blaze/firebase-fcm-v1-http2/issues"
    },
    "homepage": "https://github.com/jeevan-blaze/firebase-fcm-v1-http2#readme",
    "dependencies": {
        "async": "^3.2.5",
        "googleapis": "^120.0.0"
    },
    "devDependencies": {
        "@types/async": "^3.2.24",
        "@types/node": "^20.2.5",
        "typescript": "^5.1.6",
        "rimraf": "^4.1.2"
    }
}