We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed1ba76 commit 58fcdeeCopy full SHA for 58fcdee
package.json
@@ -2,11 +2,17 @@
2
"name": "graphql-voyager",
3
"version": "1.3.0",
4
"description": "GraphQL introspection viewer",
5
+ "author": "IvanGoncharov <[email protected]>",
6
"license": "MIT",
7
+ "homepage": "https://github.com/graphql-kit/graphql-voyager#readme",
8
"repository": {
9
"type": "git",
10
"url": "https://github.com/graphql-kit/graphql-voyager.git"
11
},
12
+ "funding": "https://github.com/graphql-kit/graphql-voyager?sponsor=1",
13
+ "bugs": {
14
+ "url": "https://github.com/graphql-kit/graphql-voyager/issues"
15
+ },
16
"main": "dist/voyager.lib.js",
17
"types": "typings/index.d.ts",
18
"scripts": {
0 commit comments