File size: 471 Bytes
0b0cc4e b08e16e 0b0cc4e |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 |
{
"name": "redemption-code-generator",
"version": "1.0.0",
"description": "A redemption code generator application.",
"main": "app.js",
"scripts": {
"start": "node app.js"
},
"dependencies": {
"axios": "^1.4.0",
"body-parser": "^1.20.2",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"express-validator": "^7.0.1",
"helmet": "^7.0.0",
"morgan": "^1.10.0",
"mysql2": "^3.5.2"
},
"author": "niansuh",
"license": "ISC"
}
|