UNPKG

graphql-binding

Version:

[![CircleCI](https://circleci.com/gh/graphql-binding/graphql-binding.svg?style=shield)](https://circleci.com/gh/graphql-binding/graphql-binding) [![npm version](https://badge.fury.io/js/graphql-binding.svg)](https://badge.fury.io/js/graphql-binding)

62 lines (61 loc) 1.75 kB
{ "name": "graphql-binding", "version": "2.5.2", "license": "MIT", "repository": "git@github.com:graphcool/graphql-binding.git", "author": "Johannes Schickling <johannes@graph.cool>", "contributors": [ "Kim Brandwijk <kim.brandwijk@gmail.com>", "Tim Suchanek <suchanek@prisma.io>", "Marcin Pacholec <marcin11235@gmail.com>", "Matic Zavadlal <matic.zavadlal@gmail.com>" ], "bin": { "graphql-binding": "./dist/bin.js" }, "files": [ "dist" ], "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "prepublish": "npm-run-all build", "clean": "rimraf dist", "compile": "tsc -d", "build": "npm-run-all clean compile", "pretest": "npm-run-all build", "test-lint": "tslint --project tsconfig.json {src}/**/*.ts && prettier-check --ignore-path .gitignore src/**/*.ts", "test-ava": "ava", "test": "npm-run-all test-*" }, "dependencies": { "graphql": "^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0", "graphql-import": "^0.7.1", "graphql-tools": "4.0.5", "iterall": "1.2.2", "object-path-immutable": "^3.0.0", "resolve-cwd": "^2.0.0", "ts-node": "^7.0.1", "yargs": "^12.0.2" }, "devDependencies": { "@types/graphql": "14.0.7", "@types/mkdirp": "0.5.2", "@types/node": "10.14.9", "@types/yargs": "12.0.12", "apollo-link": "1.2.12", "ava": "1.4.1", "graphql-tag": "2.10.1", "husky": "1.3.1", "npm-run-all": "4.1.5", "prettier": "1.15.3", "prettier-check": "2.0.0", "pretty-quick": "1.11.1", "rimraf": "2.6.3", "semantic-release": "15.13.16", "tslint": "5.17.0", "tslint-config-prettier": "1.18.0", "tslint-config-standard": "8.0.1", "typescript": "3.5.2" } }