{ "name": "graphql-server-module-operation-store", "version": "0.5.0", "description": "Persisted operation store module for Apollo GraphQL Servers", "main": "dist/index.js", "scripts": { "compile": "tsc", "prepublish": "npm run compile" }, "repository": { "type": "git", "url": "https://github.com/apollostack/graphql-server/tree/master/packages/graphql-server-module-operation-store" }, "keywords": [ "GraphQL", "Apollo", "Operation Store", "Javascript" ], "author": "Jonas Helfer ", "license": "MIT", "bugs": { "url": "https://github.com/apollostack/graphql-server/issues" }, "homepage": "https://github.com/apollostack/graphql-server#readme", "peerDependencies": { "graphql": "^0.8.0 || ^0.9.0" }, "optionalDependencies": { "@types/graphql": "^0.8.6" }, "typings": "dist/index.d.ts", "typescript": { "definition": "dist/index.d.ts" } }