@edinelsonslima/toast-notification
Version:
- 🔗 [Apresentação do toast notification](https://edinelsonslima.github.io/lp-toast-notification/) - 🔗 [NPM](https://www.npmjs.com/package/@edinelsonslima/toast-notification)
47 lines (46 loc) • 1.04 kB
JSON
{
"name": "@edinelsonslima/toast-notification",
"version": "0.2.1",
"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",
"main": "index.es.js",
"module": "index.es.js",
"browser": "index.es.js",
"types": "index.es.d.ts",
"exports": {
".": {
"types": "./index.es.d.ts",
"import": "./index.es.js",
"require": "./index.es.js",
"browser": "./index.es.js"
},
"./style.css": {
"import": "./style.css",
"require": "./style.css"
}
},
"files": [
"index.es.d.ts",
"index.es.js",
"style.css"
],
"keywords": [
"toast",
"notification",
"react",
"vite"
],
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org"
}
}