Skip to content

Commit b4080ce

Browse files
committed
add more package metadata
1 parent 03eb406 commit b4080ce

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

package.json

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,31 @@
11
{
22
"name": "graphql-resolve-batch",
3+
"version": "1.0.0",
4+
"description": "A GraphQL batching model which groups execution by GraphQL fields.",
5+
"author": "Caleb Meredith <calebmeredith8@gmail.com>",
6+
"license": "MIT",
7+
"homepage": "https://github.com/calebmer/graphql-resolve-batch#readme",
8+
"repository": {
9+
"type": "git",
10+
"url": "git+https://github.com/calebmer/graphql-resolve-batch.git"
11+
},
12+
"bugs": {
13+
"url": "https://github.com/calebmer/graphql-resolve-batch/issues"
14+
},
15+
"keywords": [
16+
"graphql",
17+
"batch",
18+
"resolve",
19+
"field"
20+
],
21+
"main": "lib/batch.js",
22+
"files": [
23+
"package.json",
24+
"README.md",
25+
"LICENSE",
26+
"lib/batch.js",
27+
"src/batch.js"
28+
],
329
"scripts": {
430
"preversion": "npm run ci",
531
"prepublish": "npm run build",

0 commit comments

Comments
 (0)