{
  "name": "@bigscreen/lib",
  "version": "1.0.0",
  "author": "David Petrie (Bigscreen Inc.)",
  "packageManager": "yarn@3.2.3",
  "license": "MIT",
  "private": true,
  "scripts": {
    "clean": "tsc --build --clean",
    "build": "tsc --build && cp -r \"./geoip-lite\" \"./dist/\""
  },
  "dependencies": {
    "@types/node": "^18.0.6",
    "@types/pg": "^8.10.2",
    "date-fns": "^2.29.3",
    "firebase-admin": "^11.0.0",
    "ioredis": "^5.7.0",
    "lodash": "^4.18.0",
    "pg": "^8.11.2",
    "redlock": "^4.2.0",
    "superagent": "^10.2.3",
    "uuid": "^8.3.2",
    "winston": "^3.8.1"
  },
  "peerDependencies": {
    "firebase-admin": "^11.0.0"
  },
  "main": "./index.ts",
  "types": "./index.ts"
}
