-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.09 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.09 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
{
"name": "heda_saathi_admin",
"version": "1.0.0",
"description": "",
"main": "src/server.ts",
"scripts": {
"start": "ts-node src/server"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bladerunner2912/heda_saathi_admin.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/bladerunner2912/heda_saathi_admin/issues"
},
"homepage": "https://github.com/bladerunner2912/heda_saathi_admin#readme",
"dependencies": {
"@typegoose/typegoose": "^10.0.0",
"aws-sdk": "^2.1309.0",
"axios": "^1.3.2",
"chalk": "^4.1.2",
"cors": "^2.8.5",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"helmet": "^6.0.1",
"jsonwebtoken": "^9.0.0",
"moment": "^2.29.4",
"mongoose": "^6.8.1",
"multer": "^1.4.5-lts.1"
},
"devDependencies": {
"@types/cors": "^2.8.13",
"@types/express": "^4.17.15",
"@types/jsonwebtoken": "^9.0.0",
"@types/multer": "^1.4.7",
"@types/node": "^18.11.17",
"concurrently": "^7.6.0",
"nodemon": "^2.0.20",
"typescript": "^4.9.4"
}
}