forked from thinkb4/a-walk-in-graphql
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.15 KB
/
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
39
40
41
42
43
{
"name": "a-walk-in-graphql",
"version": "1.2.2",
"description": "A progressive learning path to grok GraphQL from 0 to X as a generic concept with the assistance of different language specific examples.",
"repository": {
"type": "git",
"url": "git+https://github.com/Jaxolotl/a-walk-in-graphql.git"
},
"keywords": [
"javascript",
"JS",
"ES6",
"ECMAScript",
"graphql",
"python",
"apollo"
],
"author": "Javier Valderrama <[email protected]>",
"contributors": [
"Ezequiel Alvarez <[email protected]>",
"Ezequiel Tejerina <[email protected]>",
"Franco Gribaudo <[email protected]>",
"Cristian Buffa <[email protected]>",
"Cristian Buffa <[email protected]>",
"José Ignacio Aguilera <[email protected]>"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/Jaxolotl/a-walk-in-graphql/issues"
},
"homepage": "https://github.com/Jaxolotl/a-walk-in-graphql#readme",
"private": true,
"workspaces": [
"lessons/day_[0-9][0-9]/javascript"
],
"engines": {
"node": ">=18"
},
"volta": {
"node": "18.12.1",
"yarn": "1.22.19"
}
}