-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.13 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.13 KB
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
{
"name": "chatplug-client",
"version": "0.2.0",
"description": "ChatPlug JavaScript wrapper for services to use",
"main": "dist/index.js",
"scripts": {
"prepare": "tsc",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ChatPlug/ChatPlug-js-client.git"
},
"author": "Bjornskjald <github@bjorn.ml>",
"license": "MIT",
"bugs": {
"url": "https://github.com/ChatPlug/ChatPlug-js-client/issues"
},
"homepage": "https://github.com/ChatPlug/ChatPlug-js-client#readme",
"dependencies": {
"apollo-link": "^1.2.12",
"apollo-link-http": "^1.5.15",
"apollo-link-ws": "^1.0.18",
"fs-extra": "^8.1.0",
"graphql": "^14.4.2",
"graphql-tag": "^2.10.1",
"node-fetch": "^2.6.0",
"strict-event-emitter-types": "^2.0.0",
"subscriptions-transport-ws": "^0.9.16",
"ws": "^7.1.0"
},
"devDependencies": {
"@types/fs-extra": "^8.0.0",
"@types/graphql": "^14.2.2",
"@types/node": "^12.6.2",
"@types/node-fetch": "^2.3.7",
"@types/ws": "^6.0.1",
"ts-node": "^8.3.0",
"typescript": "^3.5.3"
}
}