{
  "name": "@rss/common-nodejs",
  "version": "2.0.4",
  "description": "RSS shared Node.js library",
  "author": "Risk and Safety Solutions",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/risk-and-safety/platform-legacy-packages.git",
    "directory": "packages/rss-common-nodejs"
  },
  "homepage": "https://riskandsafety.com",
  "license": "UNLICENSED",
  "engines": {
    "node": ">=22"
  },
  "type": "module",
  "main": "./index.cjs",
  "module": "./index.mjs",
  "exports": {
    ".": {
      "import": "./index.mjs",
      "require": "./index.cjs"
    },
    "./package.json": "./package.json",
    "./*": "./*"
  },
  "files": [
    "src",
    "index.cjs",
    "index.mjs",
    "CHANGELOG.md"
  ],
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "scripts": {
    "build": "echo 'no build step required (plain JS, published as-is)'",
    "test": "vitest run --passWithNoTests",
    "test:watch": "vitest",
    "coverage": "vitest run --coverage",
    "lint": "eslint src",
    "pub": "npm publish"
  },
  "dependencies": {
    "@aws-sdk/client-secrets-manager": "^3.1117.0",
    "@aws-sdk/client-sts": "^3.1117.0",
    "@aws-sdk/credential-providers": "^3.1117.0",
    "@elastic/elasticsearch": "7.13.0",
    "@risk-and-safety/flagger-server-sdk": "9.5.0",
    "aws4": "1.13.2",
    "axios": "1.19.0",
    "bunyan": "1.8.15",
    "cookie": "^1.1.1",
    "dotenv": "17.4.2",
    "jsonwebtoken": "9.0.3",
    "jwks-rsa": "4.1.0",
    "kafkajs": "2.2.4",
    "kafkajs-snappy": "1.1.0",
    "lodash": "^4.18.1",
    "mongodb": "7.6.0",
    "node-cache": "5.1.2",
    "openid-client": "4.9.1",
    "p-retry": "4.6.2",
    "passport-jwt": "4.0.1",
    "passport-strategy": "1.0.0",
    "redis": "3.1.2",
    "snappy": "7.4.2",
    "yup": "0.32.11"
  },
  "devDependencies": {
    "@eslint/js": "10.0.1",
    "@vitest/coverage-v8": "4.1.11",
    "eslint": "10.9.1",
    "eslint-config-prettier": "10.1.8",
    "eslint-plugin-import-x": "4.17.1",
    "eslint-plugin-prettier": "5.5.6",
    "globals": "17.11.0",
    "prettier": "3.9.6",
    "vitest": "^4.1.11"
  },
  "prettier": {
    "arrowParens": "always",
    "printWidth": 120,
    "singleQuote": true,
    "trailingComma": "all"
  }
}
