{ "name": "graphql-binding-github", "version": "0.0.0-semantic-release", "main": "dist/index.js", "typings": "./dist/index.d.ts", "files": [ "dist", "schema" ], "scripts": { "prepare": "npm run build && cp src/schema.graphql dist/schema.graphql", "build": "rm -rf dist && graphql codegen && tsc -d", "test": "echo No tests yet" }, "dependencies": { "apollo-link": "1.2.2", "apollo-link-http": "1.5.4", "cross-fetch": "2.1.1", "graphql": "14.5.8", "graphql-binding": "1.4.0-beta.23", "graphql-tools": "2.23.1" }, "devDependencies": { "graphql-cli": "3.0.14", "@types/graphql": "14.2.3", "@types/node": "10.12.24", "typescript": "3.5.3" }, "repository": { "type": "git", "url": "https://github.com/graphcool/graphql-binding-github.git" } }