{
  "name": "@teamsparta/cross-platform-logger",
  "version": "1.5.8",
  "description": "",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "clean": "rm -rf dist",
    "build": "npm run clean; tsc",
    "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.17.3",
    "@aws-sdk/client-kinesis": "^3.183.0",
    "@aws-sdk/credential-providers": "^3.186.0",
    "@hackler/javascript-sdk": "^11.36.0",
    "buffer": "^6.0.3"
  },
  "peerDependencies": {
    "@amplitude/analytics-browser": "^2.17.3"
  },
  "devDependencies": {
    "ts-node": "^10.9.1"
  }
}
