forked from cyraxx/pogobuf
-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
44 lines (44 loc) · 1.01 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
{
"name": "pogobuf-vnext",
"version": "3.0.0",
"description": "Pokémon Go Client Library (vnext)",
"main": "pogobuf/pogobuf.js",
"typings": "./pogobuf.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/pogosandbox/pogobuf.git"
},
"keywords": [
"pokemon",
"pokemongo",
"pogo",
"api",
"niantic",
"beta",
"vnext"
],
"author": "niico (https://github.com/pogosandbox)",
"license": "MIT",
"bugs": {
"url": "https://github.com/pogosandbox/pogobuf/issues"
},
"homepage": "https://github.com/pogosandbox/pogobuf#readme",
"engines": {
"node": ">=8.0.0"
},
"dependencies": {
"bluebird": "^3.5.1",
"bluebird-retry": "^0.11.0",
"gpsoauth": "^1.0.1",
"long": "^4.0.0",
"node-pogo-protos-vnext": "^2.21.0",
"pogobuf-signature": "^2.5.1",
"request": "^2.85.0",
"s2-geometry": "^1.2.9"
},
"devDependencies": {
"eslint": "^4.19.0",
"eslint-config-airbnb-base": "^12.1.0",
"eslint-plugin-import": "^2.9.0"
}
}