{
  "name": "@bigscreen/api",
  "version": "1.0.0",
  "description": "Bigscreen Accounts Libraries and APIs.",
  "author": "David Petrie (Bigscreen Inc.)",
  "packageManager": "yarn@3.2.3",
  "license": "MIT",
  "private": true,
  "scripts": {
    "clean": "tsc --build --clean",
    "build": "tsc --build"
  },
  "dependencies": {
    "@aws-sdk/s3-request-presigner": "3.978.0",
    "@bigscreen/auth": "workspace:^",
    "@bigscreen/lib": "workspace:^",
    "@google-cloud/bigquery": "^6.0.1",
    "@shopify/shopify-api": "^4.1.0",
    "@types/bcryptjs": "^2.4.2",
    "@types/lodash": "^4.14.182",
    "@types/node": "^18.0.6",
    "@types/shippo": "^1.7.3",
    "@types/uuid": "^8.3.4",
    "bcryptjs": "^2.4.3",
    "body-parser": "^1.20.0",
    "compression": "^1.7.4",
    "csv-parse": "^6.1.0",
    "date-fns": "^2.29.3",
    "date-fns-tz": "^2.0.0",
    "dotenv": "^16.0.1",
    "express": "^5.1.0",
    "express-validator": "^6.14.2",
    "helmet": "^5.1.0",
    "ioredis": "^4.19.2",
    "jsonwebtoken": "^9.0.0",
    "lodash": "^4.18.0",
    "lorem-ipsum": "^2.0.8",
    "multer": "^1.4.5-lts.1",
    "postmark": "^3.0.12",
    "schema-object": "^4.0.11",
    "sharp": "^0.33.0",
    "shippo": "^2.15.0",
    "steam-web": "^0.7.0",
    "stripe": "^9.14.0",
    "superagent": "^10.2.3",
    "twitch-m3u8": "^1.1.5",
    "uuid": "^8.3.2",
    "winston": "^3.8.1",
    "zod": "^3.23.8"
  },
  "main": "./index.ts",
  "types": "./index.ts"
}
