-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 797 Bytes
/
Copy pathpackage.json
File metadata and controls
32 lines (32 loc) · 797 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
{
"name": "valr-graphql",
"version": "1.0.0",
"description": "GraphQL implementation of the VALR API(Currently working on the public API,once done will work on the protected API endpoints)",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"VALR",
"GRAPHQL",
"NODE",
"EXPRESS",
"ExpressGraphQL",
"APOLLO",
"Apollo-Server-Express",
"VALR SOUTH AFRICA"
],
"author": "Lesego Seritili",
"license": "MIT",
"dependencies": {
"apollo-server": "^2.25.0",
"apollo-server-express": "^1.4.0",
"axios": "^0.21.1",
"cors": "^2.8.5",
"dotenv": "^10.0.0",
"express": "^4.17.1",
"express-graphql": "^0.12.0",
"graphql": "^15.5.0",
"graphql-tools": "^7.0.5"
}
}