UNPKG

@logaflow/react

Version:

Streamline user feedback collection with Logaflow. Efficiently collect feedback from your users to accelerate bug fixes and increase product impact.

38 lines (37 loc) 905 B
{ "name": "@logaflow/react", "description": "Streamline user feedback collection with Logaflow. Efficiently collect feedback from your users to accelerate bug fixes and increase product impact.", "version": "1.0.18", "main": "./dist/index.js", "types": "./dist/index.d.ts", "module": "./dist/index.mjs", "./package.json": "./package.json", "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "https://github.com/antunesgabriel/logaflow-js/tree/main/libs/react" }, "keywords": [ "logaflow", "widget", "feedback", "user", "react" ], "author": { "name": "Antunes" }, "license": "MIT", "exports": { ".": { "import": "./dist/index.mjs", "require": "./dist/index.js", "types": "./dist/index.d.ts" } }, "bugs": { "url": "https://github.com/antunesgabriel/logaflow-js/issues" } }