forked from brysgo/graphql-gun
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 832 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"name": "graphql-gun",
"version": "1.0.2",
"description": "A graphql API for the gun p2p graph database",
"main": "index.js",
"repository": "",
"author": "Bryan Goldstein <[email protected]>",
"license": "MIT",
"scripts": {
"test": "cross-env CI=1 jest",
"test:watch": "jest --watch"
},
"dependencies": {
"@babel/runtime": "^7.11.2",
"graphql-anywhere": "github:brysgo/graphql-anywhere#graphql-gun",
"gun": "^0.2020.520",
"try-get": "^1.0.0"
},
"devDependencies": {
"@babel/core": "^7.11.1",
"@babel/plugin-transform-runtime": "^7.11.0",
"@babel/preset-env": "^7.11.0",
"cross-env": "^7.0.2",
"graphql": "^15.3.0",
"graphql-tag": "^2.11.0",
"jest": "^26.3.0",
"prettier": "^2.0.5",
"react": "^16.13.1",
"react-test-renderer": "^16.13.1"
}
}