UNPKG

npm-package-nodejs-utils-lda

Version:

Este projeto tem como fins de criar e abstrair módulos basicos e utilidades para o node js

46 lines (45 loc) 1.16 kB
{ "name": "npm-package-nodejs-utils-lda", "version": "1.0.43", "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" }, "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": { "cors": "^2.8.5", "dotenv": "^17.0.0", "express": "^5.0.1", "form-data": "^4.0.2", "helmet": "^8.0.0", "mongodb": "^6.13.1", "node-fetch": "2.7.0", "nodemailer": "^7.0.0", "os": "^0.1.2", "path": "^0.12.7", "uuid": "^11.0.5", "ws": "^8.18.3", "xss": "^1.0.15" }, "devDependencies": { "jest": "^30.0.0" } }