@optic7409/resolvo-analytics
Version:
Simplified analytics client library for Next.js with automatic SSR handling, one-line integration, and comprehensive tracking
59 lines • 1.53 kB
JSON
{
"name": "@optic7409/resolvo-analytics",
"version": "1.1.1",
"description": "Simplified analytics client library for Next.js with automatic SSR handling, one-line integration, and comprehensive tracking",
"publishConfig": {
"access": "public"
},
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"build": "tsc && npm run build:css",
"build:css": "tailwindcss -i ./src/styles/input.css -o ./dist/styles.css --minify",
"dev": "tsc --watch",
"prepublishOnly": "npm run build",
"test": "jest"
},
"keywords": [
"analytics",
"nextjs",
"typescript",
"resolvo",
"tracking",
"ssr",
"app-router",
"pages-router",
"one-line-integration",
"automatic-tracking"
],
"author": "Resolvo Analytics",
"license": "MIT",
"peerDependencies": {
"next": ">=12.0.0",
"react": ">=16.8.0"
},
"dependencies": {
"axios": "^1.11.0"
},
"devDependencies": {
"@types/jest": "^29.0.0",
"@types/node": "^20.0.0",
"@types/react": "^18.2.0",
"autoprefixer": "^10.4.0",
"jest": "^29.0.0",
"postcss": "^8.4.0",
"tailwindcss": "^3.3.0",
"typescript": "^5.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/resolvo/analytics-client.git"
},
"bugs": {
"url": "https://github.com/resolvo/analytics-client/issues"
},
"homepage": "https://github.com/resolvo/analytics-client#readme"
}