-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
30 lines (30 loc) · 866 Bytes
/
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
{
"name": "advertisement-registration",
"version": "1.0.0",
"description": "an advertisement registration system using cloud services",
"main": "index.js",
"scripts": {
"start": "node src",
"start-server-a": "node src/server/serverA.js",
"start-server-b": "node src/server/serverB.js.js"
},
"keywords": [],
"author": "Amirhossein Alibakhshi <amirhosseinalibakhshi@gmail.com> (https://github.com/amir78729)",
"license": "ISC",
"dependencies": {
"@aws-sdk/client-s3": "^3.209.0",
"amqplib": "^0.10.3",
"body-parser": "^1.20.1",
"cors": "^2.8.5",
"express": "^4.18.2",
"fs": "0.0.1-security",
"helmet": "^6.0.0",
"http": "0.0.1-security",
"mailgun-js": "^0.22.0",
"mongoose": "^6.7.0",
"morgan": "^1.10.0",
"multer": "^1.4.5-lts.1",
"node-fetch": "^2.6.7",
"path": "^0.12.7"
}
}