]> git.lizzy.rs Git - myplace.git/blob - package.json
Don't expose database port
[myplace.git] / package.json
1 {
2   "name": "myplace",
3   "version": "1.0.0",
4   "description": "r/place clone",
5   "main": "init.js",
6   "scripts": {
7     "start": "node init.js"
8   },
9   "repository": {
10     "type": "git",
11     "url": "git+https://github.com/EliasFleckenstein03/myplace.git"
12   },
13   "author": "EliasFleckenstein03",
14   "license": "GPL-3.0-or-later",
15   "bugs": {
16     "url": "https://github.com/EliasFleckenstein03/myplace/issues"
17   },
18   "homepage": "https://github.com/EliasFleckenstein03/myplace#readme",
19   "dependencies": {
20     "color-parse": "^1.4.2",
21     "cors": "^2.8.5",
22     "ejs": "^3.1.7",
23     "express": "^4.18.0",
24     "express-hcaptcha": "^0.0.3",
25     "http-errors": "^2.0.0",
26     "mongodb": "^4.5.0",
27     "morgan": "^1.10.0",
28     "qrcode": "^1.5.0",
29     "socket.io": "^4.5.0"
30   }
31 }