logrocket
Version:
JavaScript SDK for [LogRocket](https://logrocket.com/)
33 lines (32 loc) • 791 B
JSON
{
"name": "logrocket",
"version": "1.0.6",
"description": "JavaScript SDK for [LogRocket](https://logrocket.com/)",
"main": "dist/build.umd.js",
"author": "LogRocket <support@logrocket.com> (https://logrocket.com/)",
"license": "MIT",
"files": [
"dist/build.umd.js",
"setup.js",
"dist/types.d.ts"
],
"types": "dist/types.d.ts",
"keywords": [
"redux",
"reducer",
"state",
"logging",
"exceptions",
"replay",
"record"
],
"devDependencies": {
"@apphub/logrocket-clock": "^0.0.85",
"@apphub/logrocket-console": "^0.0.85",
"@apphub/logrocket-core": "^0.0.85",
"@apphub/logrocket-exceptions": "^0.0.85",
"@apphub/logrocket-network": "^0.0.85",
"@apphub/logrocket-redux": "^0.0.85",
"redux": "^3.7.2"
}
}