{
  "name": "@es-labs/node",
  "version": "0.0.55",
  "author": "Aaron Gong",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/es-labs/jscommon.git"
  },
  "bugs": {
    "url": "https://github.com/es-labs/jscommon/issues"
  },
  "homepage": "https://github.com/es-labs/jscommon#readme",
  "keywords": [
    "javscript",
    "commonjs"
  ],
  "description": "Reusable library",
  "type": "module",
  "exports": {
    "./auth": "./auth/index.js",
    "./auth/*": "./auth/*.js",
    "./comms/*": "./comms/*.js",
    "./express/controller/auth/*": "./express/controller/auth/*.js",
    "./express/*": "./express/*.js",
    "./iso/*": "./iso/*.js",
    "./services": "./services/index.js",
    "./services/*": "./services/*.js",
    "./utils/*": "./utils/*.js",
    "./web/*": "./web/*.js",
    "./*": "./*.js"
  },
  "scripts": {
    "test": "node --test-reporter=spec --experimental-test-coverage --test **/__tests__/*.spec.js",
    "cover": "node --experimental-test-coverage --test-reporter=lcov --test-reporter-destination=lcov.info --test __tests__/**/*.spec.js"
  },
  "dependencies": {
    "@aws-sdk/client-s3": "^3.1019.0",
    "@node-saml/node-saml": "^5.1.0",
    "ali-oss": "^6.23.0",
    "bcryptjs": "^3.0.3",
    "dotenv": "^17.3.1",
    "ioredis": "^5.10.1",
    "jsonwebtoken": "^9.0.3",
    "keyv": "^5.6.0",
    "knex": "^3.2.7",
    "multer": "^2.1.1",
    "otplib": "^13.4.0",
    "web-push": "^3.6.7",
    "ws": "^8.20.0"
  }
}
