UNPKG

@cliqdigital/bloomreach-sdk

Version:

React component library for integrating Bloomreach SDK with push notifications support

45 lines (44 loc) 997 B
{ "name": "@cliqdigital/bloomreach-sdk", "version": "1.0.10", "description": "React component library for integrating Bloomreach SDK with push notifications support", "private": false, "scripts": { "dev": "next dev", "build": "tsc", "start": "next start", "lint": "eslint src/**/*.{ts,tsx}", "prepublishOnly": "npm run build" }, "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist" ], "dependencies": {}, "peerDependencies": { "react": "^18.0.0", "react-dom": "^18.0.0" }, "devDependencies": { "@types/node": "^22", "@types/react": "^18.0.0", "@types/react-dom": "^18.0.0", "typescript": "^4.9.5", "next": "^15.0.0" }, "keywords": [ "bloomreach", "sdk", "react", "push-notifications", "consent-management", "web-push" ], "author": "CliqDigital", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/bestofapps/bloomreach-sdk" } }