-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 867 Bytes
/
package.json
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
{
"name": "cardapi",
"version": "1.0.0",
"description": "",
"main": "server.js",
"dependencies": {
"apollo-server": "^2.19.2",
"argon2": "^0.27.1",
"graphql": "^15.5.0",
"graphql-subscriptions": "^1.1.0",
"graphql-tools": "^7.0.2",
"jest": "26.6.3",
"jsonwebtoken": "^8.5.1",
"mongoose": "^5.11.15",
"nodemon": "^2.0.7",
"uuid": "^8.3.2"
},
"devDependencies": {},
"scripts": {
"test": "jest",
"start": "node server.js",
"dev": "nodemon server.js"
},
"engines": {
"node": "12.18.4",
"npm": "6.14.8"
},
"repository": {
"type": "git",
"url": "git+https://gitlab.com/devteam61/cardapi.git"
},
"author": "Greglimo.com",
"license": "ISC",
"bugs": {
"url": "https://gitlab.com/devteam61/cardapi/issues"
},
"homepage": "https://gitlab.com/devteam61/cardapi#readme"
}