blob: 67d07dd7dd20db72f8571e09e835cd7c1df8b50e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
{
"name": "rogue.js",
"version": "1.0.0",
"description": "Multiplayer roguelike game",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Matt Kohls",
"license": "GPL-3.0-only",
"dependencies": {
"ws": "^7.2.0"
}
}
|