apollo-server/packages/graphql-server-module-operation-store/package.json
2017-01-25 13:07:51 +01:00

36 lines
951 B
JSON

{
"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 <jonas@helfer.email>",
"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"
}
}