{
  "name": "gunma-behavioral-tracking-nextjs",
  "version": "1.0.0",
  "description": "Behavioral tracking SDK for Next.js E-commerce and POS applications",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "tsc",
    "dev": "tsc --watch"
  },
  "keywords": [
    "behavioral",
    "tracking",
    "analytics",
    "next.js",
    "e-commerce"
  ],
  "author": "Gunma Halal Food",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ringkubd/gunma-sdk.git"
  },
  "publishConfig": {
    "access": "public"
  },
  "license": "MIT",
  "peerDependencies": {
    "react": "^18.0.0",
    "next": "^13.0.0 || ^14.0.0"
  },
  "dependencies": {
    "axios": "^1.6.0",
    "js-cookie": "^3.0.5",
    "ua-parser-js": "^1.0.37"
  },
  "devDependencies": {
    "@types/node": "^20.0.0",
    "@types/react": "^18.0.0",
    "@types/js-cookie": "^3.0.6",
    "@types/ua-parser-js": "^0.7.39",
    "typescript": "^5.0.0"
  }
}
