mentiq-sdk
Version:
A powerful analytics SDK for React and Next.js with heatmap tracking, session monitoring, and performance analytics
75 lines (74 loc) • 1.98 kB
JSON
{
"name": "mentiq-sdk",
"version": "1.0.5",
"description": "A powerful analytics SDK for React and Next.js with heatmap tracking, session monitoring, and performance analytics",
"main": "dist/index.js",
"module": "dist/index.esm.js",
"types": "dist/index.d.ts",
"files": [
"dist",
"README.md"
],
"scripts": {
"build": "rollup -c",
"dev": "rollup -c -w",
"test": "jest",
"type-check": "tsc --noEmit",
"lint": "eslint src --ext .ts,.tsx",
"prepublishOnly": "npm run build"
},
"keywords": [
"analytics",
"react",
"nextjs",
"tracking",
"events",
"sdk",
"heatmap",
"session-monitoring",
"performance",
"error-tracking",
"typescript",
"hooks",
"components"
],
"author": "Aslam SDM <your-email@example.com>",
"homepage": "https://github.com/AslamSDM/mentiq-sdk#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/AslamSDM/mentiq-sdk.git"
},
"bugs": {
"url": "https://github.com/AslamSDM/mentiq-sdk/issues"
},
"license": "MIT",
"peerDependencies": {
"react": ">=16.8.0",
"react-dom": ">=16.8.0",
"rrweb": ">=2.0.0-alpha.4"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^25.0.4",
"@rollup/plugin-node-resolve": "^15.2.1",
"@rollup/plugin-typescript": "^11.1.3",
"@testing-library/jest-dom": "^6.8.0",
"@testing-library/react": "^16.3.0",
"@types/jest": "^29.5.5",
"@types/react": "^18.2.22",
"@types/react-dom": "^18.2.7",
"@typescript-eslint/eslint-plugin": "^6.7.2",
"@typescript-eslint/parser": "^6.7.2",
"eslint": "^8.49.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^30.1.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rollup": "^3.29.4",
"rollup-plugin-dts": "^6.0.2",
"ts-jest": "^29.1.1",
"tslib": "^2.8.1",
"typescript": "^5.2.2"
}
}