Files
CHIEFSOFT\ameye 934c9be08e added mailfile
2024-08-25 11:54:01 -04:00

44 lines
1.3 KiB
JSON

{
"name": "wrenhboard-wallet-micro",
"version": "0.0.1",
"description": "A microservice to handle wrenchboard banners listing",
"main": "server.js",
"scripts": {
"generate-docs": "jsdoc ./api/*.js ./api/**/*.js ./app/*.js ./app/**/*.js ./service/*.js ./service/**/*.js -d docs",
"lint": "eslint ./ --ext .js",
"start": "node server.js",
"start:dev": "nodemon server.js",
"test": "npm run lint"
},
"author": "WrenchBoard Support <support@wrenchboard.com>",
"dependencies": {
"axios": "^0.24.0",
"body-parser": "^1.19.0",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"dotenv": "^16.4.5",
"express": "^4.17.1",
"fs": "^0.0.1-security",
"kafkajs": "^2.2.4",
"node-fs": "^0.1.7",
"nodemailer": "^6.9.13",
"openapi-types": "^10.0.0",
"pg": "8.7.1",
"pg-pool": "^3.5.1",
"phpunserialize": "^1.3.0",
"request": "^2.88.2",
"swagger-autogen": "^2.17.2",
"swagger-jsdoc": "^6.1.0",
"swagger-ui-express": "^4.3.0",
"underscore": "^1.8.3",
"url": "^0.11.0",
"winston": "^2.3.1",
"winston-papertrail": "^1.0.4"
},
"devDependencies": {
"eslint": "^1.10.3",
"jsdoc": "^3.4.3",
"nodemon": "^1.11.0"
}
}