forked from absinthe-graphql/absinthe-socket
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.07 KB
/
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
32
33
34
35
36
37
38
39
40
41
42
43
{
"name": "@absinthe/socket-relay",
"version": "0.2.1",
"description": "Absinthe Socket Relay",
"module": "dist/index.js",
"main": "src/index.js",
"react-native": "src/index",
"scripts": {
"version": "nps version",
"prepack": "nps prepack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/absinthe-graphql/absinthe-socket.git"
},
"author": "Mauro Titimoli <[email protected]> (https://github.com/mgtitimoli)",
"license": "MIT",
"bugs": {
"url": "https://github.com/absinthe-graphql/absinthe-socket/issues"
},
"homepage": "https://github.com/absinthe-graphql/absinthe-socket/tree/master/packages/absinthe-socket-relay#readme",
"keywords": [
"absinthe",
"phoenix",
"socket",
"relay",
"client",
"graphql",
"utilities",
"utils"
],
"dependencies": {
"@absinthe/socket": "0.2.1",
"@babel/runtime": "7.2.0",
"@jumpn/utils-graphql": "0.6.0",
"@jumpn/utils-promise": "0.3.1",
"core-js": "2.6.0",
"react-relay": "1.7.0"
},
"devDependencies": {
"nps": "5.9.3"
}
}