-
-
Notifications
You must be signed in to change notification settings - Fork 17
/
package.json
55 lines (55 loc) · 1.44 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
47
48
49
50
51
52
53
54
55
{
"name": "trovo.js",
"version": "1.9.7",
"description": "A powerful library for interacting with the Trovo API",
"main": "./lib/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"engines": {
"node": ">=8.3.0"
},
"keywords": [
"trovo",
"api",
"bot",
"client",
"node",
"trovobot"
],
"author": "Bioblaze Payne <bioblazepayne@gmail.com>",
"bugs": {
"url": "https://github.com/Streamers-Workshop/trovo.js/issues"
},
"homepage": "https://github.com/Streamers-Workshop/trovo.js#readme",
"license": "Apache-2.0",
"dependencies": {
"@apollo/client": "^3.1.5",
"apollo-cache-inmemory": "^1.6.6",
"apollo-client": "^2.6.10",
"apollo-link": "^1.2.14",
"apollo-link-http": "^1.5.17",
"apollo-link-persisted-queries": "^0.2.2",
"graphql": "^15.3.0",
"node-fetch": "^2.6.1",
"pbf": "^3.2.1",
"prettier": "^2.1.1",
"protobufjs": "^6.10.1",
"protocol-buffers": "^4.2.0",
"puppeteer": "^7.0.1",
"queue": "^6.0.1",
"react": "^16.13.1",
"ws": "^7.3.1"
},
"devDependencies": {
"eslint": "^7.8.1",
"eslint-config-airbnb": "^18.2.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-react-hooks": "^4.1.2",
"eslint-plugin-react": "^7.20.6",
"eslint-plugin-node": "^11.1.0"
}
}