UNPKG

prisma-binding

Version:

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

50 lines (49 loc) 1.35 kB
{ "name": "prisma-binding", "version": "1.3.7", "main": "dist/index.js", "typings": "./dist/index.d.ts", "files": [ "dist" ], "repository": { "type": "git", "url": "git+https://github.com/graphcool/graphcool-binding.git" }, "author": "Johannes Schickling <johannes@graph.cool>", "contributors": [ "Kim Brandwijk <kim.brandwijk@gmail.com>" ], "license": "MIT", "bugs": { "url": "https://github.com/graphcool/graphcool-binding/issues" }, "homepage": "https://github.com/graphcool/graphcool-binding", "scripts": { "prepublish": "npm run build", "build": "rm -rf dist && tsc -d", "lint": "tslint --type-check --project tsconfig.json {src,test}/**/*.ts", "test": "npm run lint && npm run build" }, "dependencies": { "apollo-link": "1.0.7", "apollo-link-error": "1.0.3", "apollo-link-http": "1.3.2", "apollo-link-ws": "1.0.4", "cross-fetch": "1.1.1", "graphql": "0.12.3", "graphql-binding": "1.2.0", "graphql-import": "0.3.1", "graphql-tools": "2.18.0", "jsonwebtoken": "^8.1.0", "subscriptions-transport-ws": "0.9.5" }, "devDependencies": { "@types/graphql": "0.11.8", "@types/jsonwebtoken": "7.2.5", "@types/node": "9.3.0", "tslint": "5.9.1", "tslint-config-standard": "7.0.0", "typescript": "2.6.2" } }