-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.15 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.15 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
{
"name": "drona",
"version": "1.0.0",
"main": "index.js",
"repository": "https://github.com/betaoverflow/drona.git",
"author": "Aniket Pal <[email protected]>",
"license": "MIT",
"scripts": {
"start": "ts-node lib/server.ts",
"dev": "nodemon --config nodemon.json lib/server.ts"
},
"dependencies": {
"@types/dotenv": "^8.2.0",
"@types/multer": "1.4.7",
"@types/node": "16.11.7",
"@types/uuid": "8.3.1",
"axios": "0.24.0",
"bcrypt": "5.0.1",
"cors": "^2.8.5",
"crypto": "1.0.1",
"dayjs": "^1.10.7",
"dotenv": "^10.0.0",
"express": "4.17.1",
"jsonwebtoken": "8.5.1",
"mongoose": "^6.0.12",
"multer": "1.4.3",
"native-base": "3.2.2",
"nodemon": "2.0.15",
"pino": "^7.2.0",
"pino-pretty": "7.1.0",
"uuid": "8.3.2",
"ts-node": "10.4.0",
"@types/express": "4.17.13",
"@types/body-parser": "^1.19.1",
"@types/cors": "^2.8.12",
"@types/jsonwebtoken": "8.5.5",
"@types/bcrypt": "5.0.0",
"typescript": "4.4.4"
},
"devDependencies": {
"@types/mongoose": "^5.11.97",
"@types/pino": "^7.0.5"
},
"engines": {
"node": "14.x"
}
}