{
    "name": "react-text-mask-modern",
    "version": "1.0.4",
    "description": "A modern, React 19+ compatible input masking component using hooks and TypeScript.",
    "main": "dist/index.js",
    "module": "dist/index.mjs",
    "types": "dist/index.d.ts",
    "files": [
        "dist"
    ],
    "scripts": {
        "build": "tsup",
        "prepare": "npm run build",
        "prepublishOnly": "npm run build"
    },
    "author": "Mert Ohancan",
    "license": "MIT",
    "repository": {
        "type": "git",
        "url": "https://github.com/mertohancan/react-text-mask-modern.git"
    },
    "bugs": {
        "url": "https://github.com/mertohancan/react-text-mask-modern/issues"
    },
    "homepage": "https://github.com/mertohancan/react-text-mask-modern#readme",
    "keywords": [
        "react",
        "input-mask",
        "react-mask",
        "text-mask",
        "react-text-mask",
        "ts",
        "typescript",
        "form"
    ],
    "peerDependencies": {
        "react": "^18.0.0 || ^19.0.0"
    },
    "devDependencies": {
        "@types/node": "^22.15.21",
        "@types/react": "^19.0.0",
        "react": "^19.0.0",
        "tsup": "^7.2.0",
        "typescript": "^5.8.3"
    }
}
