-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 767 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 767 Bytes
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
{
"name": "threeLayerRest",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"build": "tsc"
},
"_moduleAliases": {
"src": "./src"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@octokit/graphql": "^4.3.1",
"cors": "^2.8.5",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"express-validator": "^6.4.0",
"module-alias": "^2.2.2",
"mongodb": "^3.5.7",
"mongoose": "^5.9.10",
"reflect-metadata": "^0.1.13",
"tsyringe": "^4.1.0"
},
"devDependencies": {
"@types/cors": "^2.8.6",
"@types/express": "^4.17.6",
"@types/express-validator": "^3.0.0",
"@types/mongodb": "^3.5.14",
"@types/mongoose": "^5.7.14",
"typescript": "^3.8.3"
}
}