{
  "name": "npm-package-nodejs-utils-lda",
  "version": "1.0.89",
  "description": "Este projeto tem como fins de criar e abstrair módulos basicos e utilidades para o node js",
  "exports": {
    ".": {
      "require": "./src/cjs/index.cjs",
      "import": "./src/esm/index.mjs"
    }
  },
  "homepage": "https://github.com/LUISDASARTIMANHAS/npm-package-nodejs-utils",
  "scripts": {
    "test": "jest",
    "update": "npx npm-check-updates -u && npm install",
    "structure": "npx tree -a -I \"node_modules|.git\" > structure.txt"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/LUISDASARTIMANHAS/npm-package-nodejs-utils.git"
  },
  "keywords": [
    "lda"
  ],
  "author": "LUIS_DAS_ARTIMANHAS",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/LUISDASARTIMANHAS/npm-package-nodejs-utils/issues"
  },
  "dependencies": {
    "@discordjs/builders": "^1.14.1",
    "@discordjs/rest": "^2.6.1",
    "@google/genai": "^2.11.0",
    "child_process": "^1.0.2",
    "cors": "^2.8.6",
    "discord.js": "^14.26.4",
    "dotenv": "^17.4.2",
    "express": "^5.2.1",
    "figlet": "^1.11.0",
    "form-data": "^4.0.6",
    "helmet": "^8.2.0",
    "mongodb": "^7.5.0",
    "multer": "^2.2.0",
    "node-fetch": "3.3.2",
    "node-forge": "^1.4.0",
    "nodemailer": "^9.0.3",
    "os": "^0.1.2",
    "path": "^0.12.7",
    "url": "^0.11.4",
    "uuid": "^14.0.1",
    "ws": "^8.21.0",
    "xss": "^1.0.15"
  },
  "devDependencies": {
    "jest": "^30.4.2"
  }
}
