2016-10-03 23:13:08 +03:00
|
|
|
{
|
2016-10-18 09:36:07 +03:00
|
|
|
"name": "graphql-server-module-operation-store",
|
2016-10-03 23:13:08 +03:00
|
|
|
"version": "0.3.2",
|
|
|
|
"description": "Operation-Store module of apollo GraphQL Server",
|
|
|
|
"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-06 14:05:48 +03:00
|
|
|
"dependencies": {},
|
2016-10-03 23:13:08 +03:00
|
|
|
"devDependencies": {
|
2016-10-06 14:05:48 +03:00
|
|
|
"typed-graphql": "^1.0.2"
|
2016-10-03 23:13:08 +03:00
|
|
|
},
|
|
|
|
"peerDependencies": {
|
|
|
|
"graphql": "^0.6.1 || ^0.7.0"
|
|
|
|
},
|
2016-10-06 14:05:48 +03:00
|
|
|
"optionalDependencies": {
|
|
|
|
"typed-graphql": "^1.0.2"
|
|
|
|
},
|
2016-10-03 23:13:08 +03:00
|
|
|
"typings": "dist/index.d.ts",
|
|
|
|
"typescript": {
|
|
|
|
"definition": "dist/index.d.ts"
|
|
|
|
}
|
|
|
|
}
|