-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 923 Bytes
/
Copy pathpackage.json
File metadata and controls
40 lines (40 loc) · 923 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
36
37
38
39
40
{
"name": "graphql",
"version": "0.0.0",
"description": "using vs code project",
"main": "index.js",
"engines": {
"node": "^8.9.4",
"npm": "^5.6.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc",
"start": "node ./dist/index.js"
},
"devDependencies": {
"@types/express": "^4.16.0",
"@types/mongoose": "^5.3.7",
"@types/nodemailer": "^4.6.5",
"@types/jsonwebtoken": "^8.3.0",
"@types/bcrypt": "^3.0.0"
},
"dependencies": {
"apollo-server-express": "^2.3.1",
"express": "4.16.0",
"reflect-metadata": "^0.1.12",
"type-graphql": "^0.16.0",
"typedi": "^0.8.0",
"typescript": "3.2.2",
"mongoose": "^5.4.2",
"dotenv": "^6.2.0",
"nodemailer": "^5.1.1",
"jsonwebtoken": "^8.4.0",
"bcrypt": "^3.0.3"
},
"keywords": [
"vs"
],
"author": "kishe56@gmail.com",
"license": "MIT"
}