{
    "name": "noti-diva",
    "version": "1.0.6",
    "description": "Framework-agnostic message display library with floating and fixed message support",
    "main": "dist/index.js",
    "module": "dist/esm/index.js",
    "types": "dist/index.d.ts",
    "exports": {
        ".": {
            "import": "./dist/esm/index.js",
            "require": "./dist/index.js",
            "types": "./dist/index.d.ts"
        }
    },
    "files": [
        "dist",
        "src",
        "README.md"
    ],
    "scripts": {
        "build": "npm run clean && tsc && tsc --module ES2020 --outDir dist/esm && npm run copy:css",
        "build:watch": "tsc --watch",
        "copy:css": "cp src/styles.css dist/styles.css",
        "type-check": "tsc --noEmit",
        "clean": "rm -rf dist",
        "prepare": "npm run build"
    },
    "keywords": [
        "message",
        "notification",
        "toast",
        "status",
        "alert",
        "ui",
        "typescript"
    ],
    "author": "",
    "license": "ISC",
    "readmeFilename": "README.md",
    "peerDependencies": {
        "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
        "ts-pattern": "^5.9.0"
    },
    "peerDependenciesMeta": {
        "react": {
            "optional": true
        },
        "ts-pattern": {
            "optional": false
        }
    },
    "devDependencies": {
        "@types/node": "^20.11.24",
        "@types/react": "^18.0.0",
        "ts-pattern": "^5.9.0",
        "typescript": "^5.9.2"
    }
}
