rkihacker commited on
Commit
80c6f2e
·
verified ·
1 Parent(s): 4e0672f

Create package.json

Browse files
Files changed (1) hide show
  1. package.json +21 -0
package.json ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "redemption-code-generator",
3
+ "version": "1.0.0",
4
+ "description": "A redemption code generator application.",
5
+ "main": "app.js",
6
+ "scripts": {
7
+ "start": "node app.js"
8
+ },
9
+ "dependencies": {
10
+ "axios": "^1.4.0",
11
+ "body-parser": "^1.20.2",
12
+ "dotenv": "^16.3.1",
13
+ "express": "^4.18.2",
14
+ "express-validator": "^7.0.1",
15
+ "helmet": "^7.0.0",
16
+ "morgan": "^1.10.0",
17
+ "mysql2": "^3.5.2"
18
+ },
19
+ "author": "niansuh",
20
+ "license": "ISC"
21
+ }