{
  "name": "@teamsparta/cross-platform-logger",
  "version": "1.8.2",
  "description": "",
  "type": "module",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    },
    "./next/server": {
      "types": "./dist/next/server.d.ts",
      "import": "./dist/next/server.js"
    }
  },
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "tsup",
    "build:types": "tsc --emitDeclarationOnly",
    "dev": "tsup --watch",
    "clean": "rm -rf dist",
    "deploy": "npm run build && npm publish",
    "test_deploy": "npm run build && npm publish --tag test"
  },
  "keywords": [
    "AWS Kinesis",
    "Amplitude",
    "Hackle",
    "Logger"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/TeamSparta-Inc/cross-platform-logger.git"
  },
  "author": "teamsparta",
  "license": "MIT",
  "dependencies": {
    "@amplitude/analytics-browser": "^2.27.0",
    "@amplitude/plugin-session-replay-browser": "^1.22.25",
    "@aws-sdk/client-kinesis": "^3.913.0",
    "@aws-sdk/credential-providers": "^3.913.0",
    "@braze/web-sdk": "^6.2.0",
    "@hackler/javascript-sdk": "^11.50.0",
    "buffer": "^6.0.3"
  },
  "peerDependencies": {
    "@amplitude/analytics-browser": "^2.27.0",
    "next": ">=14"
  },
  "peerDependenciesMeta": {
    "next": {
      "optional": true
    }
  },
  "devDependencies": {
    "typescript": "^5",
    "tsup": "^8",
    "@types/node": "^22",
    "next": "^16"
  }
}
