-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.22 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": "abdullah-omar-backend-11mar2022",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node ./dist/app.js",
"dev": "nodemon ./server/app.ts",
"build": "tsc --project ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/hotmailbelike/abdullah-omar-backend-11Mar2022.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/hotmailbelike/abdullah-omar-backend-11Mar2022/issues"
},
"homepage": "https://github.com/hotmailbelike/abdullah-omar-backend-11Mar2022#readme",
"devDependencies": {
"@types/bcryptjs": "^2.4.2",
"@types/express": "^4.17.12",
"@types/jsonwebtoken": "^8.5.1",
"@types/mongoose": "^5.10.5",
"@types/morgan": "^1.9.2",
"@types/node": "^15.6.1",
"@types/pino": "^6.3.8",
"@types/validator": "^13.1.4",
"nodemon": "^2.0.7",
"ts-node": "^10.0.0",
"typescript": "^4.3.2"
},
"dependencies": {
"bcryptjs": "^2.4.3",
"dayjs": "^1.10.5",
"dotenv": "^10.0.0",
"express": "^4.17.1",
"isomorphic-fetch": "^3.0.0",
"jsonwebtoken": "^8.5.1",
"moment": "^2.29.1",
"mongoose": "^5.12.12",
"morgan": "^1.10.0",
"node": "^16.1.0",
"pino": "^6.11.3",
"pino-pretty": "^5.0.2",
"validator": "^13.6.0"
}
}