-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.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 <jaxolotl@gmail.com>",
"contributors": [
"Ezequiel Alvarez <ezequielalvarez@gmail.com>",
"Ezequiel Tejerina <tejerinae@gmail.com>",
"Franco Gribaudo <francogribaudo@gmail.com>",
"Cristian Buffa <cristianbuffa@hotmail.com>",
"Cristian Buffa <cristianbuffa@hotmail.com>",
"José Ignacio Aguilera <jiaguilera@gmail.com>"
],
"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"
}
}