{
    "name": "pulsewatch-server",
    "version": "1.1.26",
    "description": "Complete uptime monitoring server - Drop-in Express backend with monitoring engine, database, REST API, and real-time updates. No authentication required.",
    "type": "module",
    "main": "dist/index.js",
    "types": "dist/index.d.ts",
    "exports": {
        ".": {
            "import": "./dist/index.js",
            "types": "./dist/index.d.ts"
        },
        "./server": {
            "import": "./dist/server.js",
            "types": "./dist/server.d.ts"
        },
        "./database": {
            "import": "./dist/database/index.js",
            "types": "./dist/database/index.d.ts"
        },
        "./routes": {
            "import": "./dist/routes/index.js",
            "types": "./dist/routes/index.d.ts"
        },
        "./monitors": {
            "import": "./dist/monitors/index.js",
            "types": "./dist/monitors/index.d.ts"
        }
    },
    "files": [
        "dist",
        "README.md",
        "LICENSE"
    ],
    "scripts": {
        "build": "npm run clean && npm run compile",
        "clean": "rimraf dist",
        "compile": "tsc",
        "prepublishOnly": "npm run build"
    },
    "keywords": [
        "uptime",
        "monitoring",
        "backend",
        "server",
        "pulsewatch",
        "status-page",
        "health-check",
        "real-time",
        "websocket",
        "http-monitoring",
        "tcp-monitoring",
        "dns-monitoring",
        "express",
        "drizzle"
    ],
    "author": "Abishek",
    "license": "MIT",
    "repository": {
        "type": "git",
        "url": "https://github.com/yourusername/pulsewatch.git"
    },
    "homepage": "https://github.com/yourusername/pulsewatch#readme",
    "bugs": {
        "url": "https://github.com/yourusername/pulsewatch/issues"
    },
    "peerDependencies": {
        "drizzle-orm": "^0.44.0",
        "express": "^4.18.0",
        "pg": "^8.16.0",
        "socket.io": "^4.8.0"
    },
    "dependencies": {
        "@types/better-sqlite3": "^7.6.13",
        "@types/mssql": "^9.1.9",
        "better-sqlite3": "^12.6.2",
        "got-scraping": "^4.1.3",
        "ioredis": "^5.10.0",
        "mongodb": "^7.1.0",
        "mqtt": "^5.15.0",
        "mssql": "^12.2.0",
        "mysql2": "^3.17.1",
        "notifme-sdk": "^1.16.25",
        "oracledb": "^6.10.0",
        "uuid": "^10.0.0"
    },
    "devDependencies": {
        "@types/express": "^4.17.21",
        "@types/node": "^25.1.0",
        "@types/pg": "^8.11.0",
        "@types/uuid": "^10.0.0",
        "rimraf": "^6.0.1",
        "socket.io": "^4.8.1",
        "typescript": "^5.3.3",
        "undici": "^7.19.2"
    },
    "engines": {
        "node": ">=20.0.0"
    }
}
