UNPKG

supafeedback

Version:

Website Feedback Recorder is an innovative npm package designed to streamline the process of collecting user feedback and bug reports for your website. By integrating this package, users can easily record their screen as they navigate through your site, a

64 lines (63 loc) 1.26 kB
{ "name": "supafeedback", "author": "Priam Jain", "module": "dist/supafeedback.esm.js", "version": "0.1.5", "license": "MIT", "main": "dist/index.js", "types": "dist/index.d.ts", "typings": "dist/index.d.ts", "keywords": [ "report a bug", "feedback", "user feedback", "usersnap", "bugherd", "marker.io" ], "files": [ "dist" ], "engines": { "node": ">=10" }, "scripts": { "start": "tsdx watch", "build": "tsdx build", "test": "tsdx test", "lint": "tsdx lint", "prepare": "tsdx build", "size": "size-limit", "analyze": "size-limit --why" }, "husky": { "hooks": { "pre-commit": "tsdx lint" } }, "prettier": { "printWidth": 80, "semi": true, "singleQuote": true, "trailingComma": "es5" }, "size-limit": [ { "path": "dist/supafeedback.cjs.production.min.js", "limit": "10 KB" }, { "path": "dist/supafeedback.esm.js", "limit": "10 KB" } ], "devDependencies": { "@size-limit/preset-small-lib": "^11.1.4", "@types/dom-mediacapture-record": "^1.0.19", "husky": "^9.0.11", "size-limit": "^11.1.4", "tsdx": "^0.14.1", "tslib": "^2.6.3", "typescript": "^5.5.3" } }