-
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 632 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 632 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
{
"name": "graphqlock",
"description": "",
"version": "1.2.1",
"main": "main.js",
"scripts": {},
"repository": {
"type": "git",
"url": "git+https://github.com/oslabs-beta/graphQLock.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/oslabs-beta/graphQLock/issues"
},
"homepage": "https://github.com/oslabs-beta/graphQLock#readme",
"dependencies": {
"bcrypt": "^5.0.1",
"dotenv": "^16.0.0",
"envfile": "^6.17.0",
"express": "^4.17.3",
"jest": "^27.5.1",
"jsonwebtoken": "^8.5.1",
"mongoose": "^6.2.3"
}
}