@trap_stevo/legendarybuilderpronodejs-utilities
Version:
The legendary computational utility API that makes your application a legendary application. ~ Created by Steven Compton
71 lines (70 loc) • 2.19 kB
JSON
{
"name": "@trap_stevo/legendarybuilderpronodejs-utilities",
"version": "1.0.49",
"description": "The legendary computational utility API that makes your application a legendary application. ~ Created by Steven Compton",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.mjs",
"exports": {
".": {
"import": "./dist/esm/index.mjs",
"require": "./dist/cjs/index.js"
},
"./HUDManagers/*": {
"import": "./dist/esm/HUDManagers/*.mjs",
"require": "./dist/cjs/HUDManagers/*.js"
},
"./HUDStructs": {
"import": "./dist/esm/HUDComponents/index.mjs",
"require": "./dist/cjs/HUDComponents/index.js"
}
},
"scripts": {
"test": "npm run test-cjs && npm run test-esm",
"test-esm": "node ./dist/esm/index.mjs",
"test-cjs": "node ./dist/cjs/index.js",
"build:cjs": "babel src --out-dir dist/cjs --plugins=@babel/plugin-transform-modules-commonjs",
"build:esm": "cp -r src dist/esm",
"build": "npm run build:cjs && npm run build:esm"
},
"keywords": [
"Legendary",
"Steven",
"Compton",
"Reusability",
"Utility",
"NodeJS",
"Magic",
"API",
"Compute"
],
"author": "Steven Compton",
"license": "ISC",
"dependencies": {
"archiver": "^6.0.1",
"axios": "^1.6.2",
"bcrypt": "^5.1.1",
"body-parser": "^1.20.2",
"chalk": "^5.3.0",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"crypto": "^1.0.1",
"date-fns": "^3.3.1",
"dotenv": "^16.3.1",
"express": "^4.18.3",
"file-saver": "^2.0.5",
"firebase": "^10.4.0",
"firebase-admin": "^11.11.0",
"follow-redirects": "^1.15.3",
"jsonwebtoken": "^9.0.1",
"jszip": "^3.10.1",
"morgan": "^1.10.0",
"net": "^1.0.2",
"node-fetch": "^3.3.2",
"nodemailer": "^6.9.9",
"path": "^0.12.7",
"pdf-lib": "^1.17.1",
"puppeteer": "^22.0.0",
"ws": "^8.16.0",
"zip-local": "^0.3.5"
}
}