write-ups-challenges-2020-2021/gotta_catch_em_all/backend/package.json

17 lines
287 B
JSON
Raw Permalink Normal View History

2022-11-24 17:03:20 +00:00
{
"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"
}
}