UNPKG

@musica-sacra/notifications

Version:

Complex notification system for MusicaSacra apps

43 lines (42 loc) 960 B
{ "name": "@musica-sacra/notifications", "version": "1.0.1", "description": "Complex notification system for MusicaSacra apps", "main": "dist/index.js", "module": "dist/index.mjs", "types": "dist/index.d.ts", "scripts": { "build": "rollup -c --bundleConfigAsCjs", "test": "echo \"Error: no test specified\" && exit 1", "lint": "eslint src --ext .ts,.tsx", "lint:fix": "eslint src --ext .ts,.tsx --fix", "clean": "rm -rf dist" }, "author": "Samuel Slávik", "license": "ISC", "files": [ "dist" ], "keywords": [ "musica-sacra", "notification", "react" ], "publishConfig": { "access": "public" }, "dependencies": { "@musica-sacra/hooks": "^1.0.0", "uuid": "11.1.0" }, "devDependencies": { "react": "^19.0.0", "react-dom": "^19.0.0", "tslib": "^2.8.1", "typescript": "^5.8.2" }, "peerDependencies": { "react": "^19.0.0", "react-dom": "^19.0.0" } }