-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.42 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.42 KB
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
52
53
{
"name": "ask-developer-project",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "nodemon index.ts",
"dev": "cd Frontend && ng s -o",
"all": "npm start | npm run dev"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AliFathy-1999/Ask-Developer-Project.git"
},
"author": "Ali Ahmed Fathi",
"license": "MIT",
"bugs": {
"url": "https://github.com/AliFathy-1999/Ask-Developer-Project/issues"
},
"homepage": "https://github.com/AliFathy-1999/Ask-Developer-Project#readme",
"devDependencies": {
"@types/express": "^4.17.13",
"@types/node": "^18.0.0",
"express": "^4.18.1",
"ts-node": "^10.8.1",
"tslib": "^2.4.0",
"typescript": "^4.7.3"
},
"dependencies": {
"@sendgrid/mail": "^7.7.0",
"@types/bcryptjs": "^2.4.2",
"@types/cors": "^2.8.12",
"@types/dotenv": "^8.2.0",
"@types/jsonwebtoken": "^8.5.8",
"@types/mongoose": "^5.11.97",
"@types/mongoose-paginate": "^5.0.12",
"@types/multer": "^1.4.7",
"@types/nodemon": "^1.19.1",
"@types/sharp": "^0.30.4",
"@types/validator": "^13.7.3",
"bcryptjs": "^2.4.3",
"cors": "^2.8.5",
"dotenv": "^16.0.1",
"form-data": "^4.0.0",
"jsonwebtoken": "^8.5.1",
"mongoose": "^6.4.0",
"mongoose-paginate": "^5.0.3",
"multer": "^1.4.5-lts.1",
"nodemon": "^2.0.16",
"sharp": "^0.30.7",
"validator": "^13.7.0"
}
}