mirror of
https://github.com/vale981/apollo-server
synced 2025-03-06 10:11:40 -05:00
36 lines
951 B
JSON
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"
|
|
}
|
|
}
|