17 lines
287 B
JSON
17 lines
287 B
JSON
|
{
|
||
|
"name": "backend",
|
||
|
"version": "1.0.0",
|
||
|
"description": "",
|
||
|
"main": "index.js",
|
||
|
"bin": {
|
||
|
"gotta-catch-them-all": "./index.js"
|
||
|
},
|
||
|
"author": "",
|
||
|
"license": "ISC",
|
||
|
"dependencies": {
|
||
|
"pokemon": "^2.0.2",
|
||
|
"pokemon-node": "^1.0.0-fix2",
|
||
|
"ws": "^7.4.2"
|
||
|
}
|
||
|
}
|