UNPKG

cinnecta-logs

Version:

Biblioteca para centralizar a configuração e eventos personalizados do Highlight.run, compatível com React e Next.js.

49 lines (48 loc) 1.2 kB
{ "name": "cinnecta-logs", "version": "1.0.29", "description": "Biblioteca para centralizar a configuração e eventos personalizados do Highlight.run, compatível com React e Next.js.", "main": "dist/index.mjs", "module": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "tsup", "test": "jest", "lint": "eslint .", "prepublishOnly": "npm run build" }, "keywords": [ "highlight.run", "react", "next.js", "rastreamento", "tempo-na-pagina" ], "author": "YanGabrielDev", "license": "MIT", "dependencies": { "@highlight-run/next": "^7.5.3", "@highlight-run/react": "^3.2.2", "react-test-renderer": "^19.0.0" }, "devDependencies": { "@testing-library/react": "^16.1.0", "@types/jest": "^29.5.14", "@types/react": "^19.0.2", "@typescript-eslint/eslint-plugin": "^6.21.0", "@typescript-eslint/parser": "^6.21.0", "globals": "^15.14.0", "jest": "^29.7.0", "jest-environment-jsdom": "^29.7.0", "ts-jest": "^29.2.5", "tsup": "^6.0.0", "typescript": "^5.6.2" }, "peerDependencies": { "next": ">=13.0.0", "react": ">=18.0.0" }, "files": [ "dist" ] }