-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.3 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"name": "ayyo-app",
"version": "1.2.3",
"description": "File transfer application",
"main": "app.js",
"scripts": {
"start": "node app",
"prod": "cross-env NODE_ENV=production node app",
"dev": "cross-env NODE_ENV=development nodemon app",
"lint": "eslint .",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/iathul/ayyo-app.git"
},
"author": "Athul Joy",
"license": "ISC",
"bugs": {
"url": "https://github.com/iathul/ayyo-app/issues"
},
"homepage": "https://github.com/iathul/ayyo-app#readme",
"dependencies": {
"adm-zip": "^0.5.9",
"aws-sdk": "^2.1354.0",
"bull": "^4.4.0",
"cors": "^2.8.5",
"dotenv": "^10.0.0",
"ejs": "^3.1.7",
"express": "^4.17.3",
"express-jwt": "^6.1.0",
"express-validator": "^6.13.0",
"jsonwebtoken": "^9.0.0",
"moment": "^2.29.4",
"mongoose": "^6.12.0",
"multer": "^1.4.4",
"multer-s3": "^2.10.0",
"nanoid": "^3.1.31",
"node-schedule": "^2.1.0",
"nodemailer": "^6.7.2",
"uuid": "^8.3.2"
},
"devDependencies": {
"cross-env": "^7.0.3",
"eslint": "^8.4.1",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.25.3",
"morgan": "^1.10.0",
"nodemon": "^2.0.15"
}
}