Mirror: TypeScript LSP plugin that finds GraphQL documents in your code and provides diagnostics, auto-complete and hover-information.
at main 452 B view raw
1{ 2 "name": "example", 3 "private": true, 4 "version": "1.0.0", 5 "description": "", 6 "main": "index.js", 7 "scripts": { 8 "test": "echo \"Error: no test specified\" && exit 1" 9 }, 10 "author": "", 11 "license": "ISC", 12 "dependencies": { 13 "@urql/core": "^3.0.0", 14 "graphql": "^16.8.1", 15 "@graphql-typed-document-node/core": "^3.2.0" 16 }, 17 "devDependencies": { 18 "typescript": "^5.3.3", 19 "@0no-co/graphqlsp": "file:../graphqlsp" 20 } 21}