@carlos8a/react-whatsapp-floating-button
Version:
A react component to add a floating whatsapp button to your project
44 lines (43 loc) • 1.13 kB
JSON
{
"name": "@carlos8a/react-whatsapp-floating-button",
"private": false,
"version": "1.1.5",
"description": "A react component to add a floating whatsapp button to your project",
"type": "module",
"repository": {
"type": "git",
"url": "https://github.com/CarlosUlisesOchoa/react-whatsapp-floating-button"
},
"keywords": [
"react",
"react component",
"react typescript",
"whatsapp",
"floating whatsapp button",
"whatsapp button"
],
"author": "Carlos Ochoa <hola@carlos8a.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/CarlosUlisesOchoa/react-whatsapp-floating-button/issues"
},
"homepage": "https://github.com/CarlosUlisesOchoa/react-whatsapp-floating-button",
"files": ["dist"],
"main": "./dist/index.umd.js",
"module": "./dist/index.es.js",
"types": "./dist/index.d.ts",
"engines": {
"node": ">=18"
},
"exports": {
".": {
"import": "./dist/index.es.js",
"require": "./dist/index.umd.js",
"types": "./dist/index.d.ts"
}
},
"peerDependencies": {
"react": "^18.0.0",
"react-dom": "^18.0.0"
}
}