summaryrefslogtreecommitdiffstats
path: root/graphcool/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'graphcool/package.json')
-rw-r--r--graphcool/package.json18
1 files changed, 18 insertions, 0 deletions
diff --git a/graphcool/package.json b/graphcool/package.json
new file mode 100644
index 0000000..bc443d2
--- /dev/null
+++ b/graphcool/package.json
@@ -0,0 +1,18 @@
+{
+ "name": "graphcool",
+ "version": "1.0.0",
+ "description": "",
+ "main": "index.js",
+ "scripts": {
+ "test": "echo \"Error: no test specified\" && exit 1"
+ },
+ "author": "",
+ "license": "ISC",
+ "dependencies": {
+ "isomorphic-fetch": "^2.2.1",
+ "stripe": "^5.2.0",
+ "graphcool-lib": "^0.1.0",
+ "jsonwebtoken": "^8.1.0",
+ "jwks-rsa": "^1.2.1"
+ }
+}