{ "name": "sineql", "version": "1.0.0", "description": "A simple to use graphQL clone", "main": "source/index.js", "scripts": { "test": "jest --coverage --collectCoverageFrom=source/**/*.js" }, "repository": { "type": "git", "url": "git+https://github.com/Ratstail91/sineQL.git" }, "keywords": [ "sineql", "graphql", "rest", "api", "query" ], "author": "Kayne Ruse", "license": "ISC", "bugs": { "url": "https://github.com/Ratstail91/sineQL/issues" }, "homepage": "https://github.com/Ratstail91/sineQL#readme", "devDependencies": { "jest": "^27.5.1" } }