-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.2 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
{
"name": "@pixwell/graphql-eventstore-subscriptions",
"version": "1.1.3",
"description": "_graphql-eventstore-subscriptions_ implements the `PubSubEngine` interface from the [graphql-subscriptions](https://github.com/apollographql/graphql-subscriptions) package.",
"main": "dist/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/pixwell-dev/graphql-eventstore-subscriptions.git"
},
"keywords": [
"graphql",
"eventstore",
"apollo",
"subscriptions"
],
"author": "Pixwell",
"license": "MIT",
"bugs": {
"url": "https://github.com/pixwell-dev/graphql-eventstore-subscriptions/issues"
},
"homepage": "https://github.com/pixwell-dev/graphql-eventstore-subscriptions",
"scripts": {
"build": "tsc --noUnusedParameters --noUnusedLocals",
"watch": "tsc -w"
},
"dependencies": {
"graphql-subscriptions": "^1.1.0",
"iterall": "^1.3.0",
"node-eventstore-client": "^0.2.16"
},
"devDependencies": {
"@types/graphql": "^14.5.0",
"@types/node": "^12.12.14",
"graphql": "^0.10.1",
"tslint": "^5.2.0",
"typescript": "^3.7.3"
},
"typings": "dist/index.d.ts",
"typescript": {
"definition": "dist/index.d.ts"
}
}