UNPKG

graphql-config-extension-graphcool

Version:

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

30 lines (29 loc) 665 B
{ "name": "graphql-config-extension-graphcool", "version": "1.0.11", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist" ], "license": "Apache-2.0", "dependencies": { "graphcool-yml": "0.4.15", "graphql-config": "2.2.1" }, "devDependencies": { "@types/node": "9.4.6", "graphql": "14.0.2", "ts-node": "5.0.0", "typescript": "2.7.2" }, "scripts": { "test": "cd src/example && ts-node test.ts", "prepare": "npm run build", "build": "rm -rf dist && tsc -d" }, "repository": { "type": "git", "url": "https://github.com/graphcool/graphql-config-extension-graphcool.git" } }