forked from absinthe-graphql/absinthe-socket
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.16 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
44
45
46
{
"name": "@absinthe/socket-apollo-link",
"version": "0.2.1",
"description": "Absinthe Socket Apollo Link",
"module": "dist/index.js",
"main": "compat/cjs/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-phoenix-socket-apollo-link#readme",
"keywords": [
"absinthe",
"phoenix",
"socket",
"apollo",
"link",
"apollo-link",
"client",
"graphql",
"utilities",
"utils"
],
"dependencies": {
"@absinthe/socket": "0.2.1",
"@apollo/client": "^3.3.19",
"@babel/runtime": "^7.2.0",
"core-js": "^3.6.5",
"flow-static-land": "^0.2.8",
"graphql": "^15.5.0",
"zen-observable": "^0.8.11"
},
"devDependencies": {
"nps": "^5.9.3"
}
}