UNPKG

customersay-widget

Version:

A plug-and-play feedback widget for React/Next.js applications with smart triggers and analytics

45 lines (44 loc) 1.05 kB
{ "name": "customersay-widget", "version": "1.0.1", "description": "A plug-and-play feedback widget for React/Next.js applications with smart triggers and analytics", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist", "README.md" ], "scripts": { "build": "tsc", "prepublishOnly": "npm run build" }, "keywords": [ "feedback", "widget", "react", "nextjs", "customer-feedback", "analytics", "user-feedback", "feedback-collection" ], "repository": { "type": "git", "url": "https://github.com/yourusername/customersay-widget.git" }, "homepage": "https://customersay.com", "bugs": { "url": "https://github.com/yourusername/customersay-widget/issues" }, "peerDependencies": { "react": ">=17.0.0", "react-dom": ">=17.0.0" }, "author": "CustomerSay Team", "license": "MIT", "devDependencies": { "@types/node": "^24.1.0", "@types/react": "^19.1.9", "typescript": "^5.8.3" } }