-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
49 lines (49 loc) · 1.27 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
{
"name": "restuarants",
"version": "1.0.0",
"description": "Choose your home food",
"main": "dist/server.js",
"scripts": {
"start": "node ./dist/server.js",
"dev": "nodemon ./dist/server.js"
},
"author": "Ajay",
"license": "MIT",
"dependencies": {
"@types/node": "^13.9.1",
"asyncawait": "^3.0.0",
"bcrypt": "^4.0.1",
"bcryptjs": "^2.4.3",
"colors": "^1.4.0",
"cookie-parser": "^1.4.5",
"cors": "^2.8.5",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"express-async-handler": "^1.1.4",
"express-fileupload": "^1.1.7-alpha.1",
"express-mongo-sanitize": "^2.0.0",
"express-openapi-validate": "^0.5.1",
"express-openapi-validator": "^3.10.0",
"express-rate-limit": "^5.1.1",
"file-system": "^2.2.2",
"fs": "0.0.1-security",
"helmet": "^3.22.0",
"hpp": "^0.2.3",
"js-yaml": "^3.13.1",
"jsonwebtoken": "^8.5.1",
"mongoose": "^5.9.5",
"morgan": "^1.9.1",
"node-geocoder": "^3.27.0",
"nodemailer": "^6.4.6",
"path": "^0.12.7",
"slugify": "^1.4.0",
"uuid": "^7.0.2",
"xss-clean": "^0.1.1",
"my-app": "github:Ars-Projects/residential-community#main"
},
"devDependencies": {
"@types/express": "^4.17.3",
"nodemon": "^2.0.2",
"typescript": "^3.8.3"
}
}