-
-
Notifications
You must be signed in to change notification settings - Fork 27
/
package.json
37 lines (37 loc) · 903 Bytes
/
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
{
"name": "pokemongo-game-master",
"version": "2.1.2",
"description": "Collection of the decoded GAME_MASTER-protobuf files",
"main": "src/index.js",
"scripts": {
"test": "mocha test",
"start": "node src/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/BrunnerLivio/pokemongo-game-master.git"
},
"keywords": [
"pokemongo",
"game-master"
],
"author": "Livio Brunner",
"license": "MIT",
"bugs": {
"url": "https://github.com/BrunnerLivio/pokemongo-game-master/issues"
},
"homepage": "https://github.com/BrunnerLivio/pokemongo-game-master#readme",
"devDependencies": {
"@types/request": "^2.48.8",
"chai": "^4.3.6",
"hoek": "^6.1.3",
"mocha": "^6.2.3",
"promise": "^8.1.0"
},
"dependencies": {
"fs-extra": "^8.1.0",
"minimist": "^1.2.6",
"mv": "^2.1.1",
"request": "^2.88.2"
}
}