forked from pluralsh/absinthe-socket
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.09 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
{
"name": "@framasoft/socket-relay",
"version": "1.0.0",
"description": "Absinthe Socket Relay",
"module": "dist/index.js",
"main": "src/index.js",
"react-native": "src/index",
"scripts": {
"prepack": "nps prepack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/framasoft/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": {
"@framasoft/socket": ">=1.0.0",
"@babel/runtime": "^7.23.2",
"@jumpn/utils-graphql": "0.6.0",
"@jumpn/utils-promise": "0.3.1",
"core-js": "^3.33.2",
"react-relay": "^16.0.0"
},
"devDependencies": {
"nps": "^5.10.0"
},
"publishConfig": {
"access": "public"
}
}