diff options
Diffstat (limited to 'graphcool/package.json')
| -rw-r--r-- | graphcool/package.json | 14 |
1 files changed, 2 insertions, 12 deletions
diff --git a/graphcool/package.json b/graphcool/package.json index bc443d2..6fccf4b 100644 --- a/graphcool/package.json +++ b/graphcool/package.json @@ -1,18 +1,8 @@ { "name": "graphcool", "version": "1.0.0", - "description": "", - "main": "index.js", - "scripts": { - "test": "echo \"Error: no test specified\" && exit 1" - }, - "author": "", - "license": "ISC", + "description": "My Graphcool Service", "dependencies": { - "isomorphic-fetch": "^2.2.1", - "stripe": "^5.2.0", - "graphcool-lib": "^0.1.0", - "jsonwebtoken": "^8.1.0", - "jwks-rsa": "^1.2.1" + "stripe": "^5.4.0" } } |
