Add a client

This commit is contained in:
Joshua Seigler 2020-01-29 01:22:04 -05:00
parent dcb2421890
commit f8e7e2d9e3
2 changed files with 19 additions and 4 deletions

15
client/package.json Normal file
View file

@ -0,0 +1,15 @@
{
"name": "graphql-playground-client",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/seigler/graphql-playground.git"
},
"author": "Joshua Seigler",
"license": "MIT"
}