๐Ÿ“ฆ Dregu / LiveSplit-Spelunky2

๐Ÿ“„ package.json ยท 18 lines
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18{
  "name": "spelunky2-status",
  "version": "1.0.0",
  "description": "",
  "main": "index.js",
  "dependencies": {
    "express": "^4.17.1",
    "express-ws": "^4.0.0",
    "nconf": "^0.10.0"
  },
  "devDependencies": {},
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "Dregu",
  "license": "MIT"
}