2016-10-03 23:13:08 +03:00
|
|
|
{
|
2016-10-18 09:36:07 +03:00
|
|
|
"name": "graphql-server-module-operation-store",
|
2017-01-12 23:56:19 +08:00
|
|
|
"version": "0.5.0",
|
2016-10-22 16:48:45 -07:00
|
|
|
"description": "Persisted operation store module for Apollo GraphQL Servers",
|
2016-10-03 23:13:08 +03:00
|
|
|
"main": "dist/index.js",
|
|
|
|
"scripts": {
|
|
|
|
"compile": "tsc",
|
|
|
|
"prepublish": "npm run compile"
|
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2016-10-18 09:36:07 +03:00
|
|
|
"url": "https://github.com/apollostack/graphql-server/tree/master/packages/graphql-server-module-operation-store"
|
2016-10-03 23:13:08 +03:00
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"GraphQL",
|
|
|
|
"Apollo",
|
|
|
|
"Operation Store",
|
|
|
|
"Javascript"
|
|
|
|
],
|
|
|
|
"author": "Jonas Helfer <jonas@helfer.email>",
|
|
|
|
"license": "MIT",
|
|
|
|
"bugs": {
|
2016-10-18 09:36:07 +03:00
|
|
|
"url": "https://github.com/apollostack/graphql-server/issues"
|
2016-10-03 23:13:08 +03:00
|
|
|
},
|
2016-10-18 09:36:07 +03:00
|
|
|
"homepage": "https://github.com/apollostack/graphql-server#readme",
|
2016-10-03 23:13:08 +03:00
|
|
|
"peerDependencies": {
|
2017-01-25 11:01:20 +01:00
|
|
|
"graphql": "^0.8.0 || ^0.9.0"
|
2016-10-03 23:13:08 +03:00
|
|
|
},
|
2016-10-06 14:05:48 +03:00
|
|
|
"optionalDependencies": {
|
2017-01-24 14:20:05 +02:00
|
|
|
"@types/graphql": "^0.8.6"
|
2016-10-06 14:05:48 +03:00
|
|
|
},
|
2016-10-03 23:13:08 +03:00
|
|
|
"typings": "dist/index.d.ts",
|
|
|
|
"typescript": {
|
|
|
|
"definition": "dist/index.d.ts"
|
|
|
|
}
|
|
|
|
}
|