Mirror: TypeScript LSP plugin that finds GraphQL documents in your code and provides diagnostics, auto-complete and hover-information.

add author license and keywords

Changed files
+8 -3
+8 -3
package.json
···
"type": "git",
"url": "git+https://github.com/JoviDeCroock/GraphQLSP.git"
},
-
"keywords": [],
-
"author": "",
-
"license": "ISC",
+
"keywords": [
+
"GraphQL",
+
"TypeScript",
+
"LSP",
+
"Typed-document-node"
+
],
+
"author": "0no.co <hi@0no.co>",
+
"license": "MIT",
"bugs": {
"url": "https://github.com/JoviDeCroock/GraphQLSP/issues"
},