{
    "name": "@nuralyui/input",
    "version": "0.0.16",
    "description": "",
    "main": "index.js",
    "type": "module",
    "scripts": {
        "test": "echo \"Error: no test specified\" && exit 1"
    },
    "author": "Labidi Aymen",
    "license": "ISC",
    "exports": {
        ".": {
            "import": "./index.js"
        },
        "./bundle": {
            "import": "./bundle.js"
        }
    },
    "files": [
        "bundle.js",
        "*.js",
        "*.d.ts",
        "*.js.map"
    ]
}
