@react-bunker/toast-notification
Version:
- 🔗 [Apresentação do toast notification](https://edinelsonslima.github.io/lp-toast-notification/) - 🔗 [NPM](https://www.npmjs.com/package/@edinelsonslima/toast-notification)
41 lines (40 loc) • 916 B
JSON
{
"name": "@react-bunker/toast-notification",
"version": "0.0.10",
"author": "@edinelsonslima",
"type": "module",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/edinelsonslima/toast-notification.git"
},
"bugs": {
"url": "https://github.com/edinelsonslima/toast-notification/issues"
},
"homepage": "https://github.com/edinelsonslima/toast-notification#readme",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.es.js",
"require": "./dist/index.es.js",
"browser": "./dist/index.es.js"
},
"./style.css": {
"import": "./dist/style.css",
"require": "./dist/style.css"
}
},
"files": [
"dist"
],
"keywords": [
"toast",
"notification",
"react",
"vite"
],
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org"
}
}