-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.35 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"dependencies": {
"@lebogo/eventsystem": "github:OnuGame/eventsystem",
"@lebogo/onu2-shared": "github:OnuGame/onu2-shared",
"cors": "^2.8.5",
"express": "^4.18.2",
"express-http-proxy": "^1.6.3",
"uuid": "^8.3.2",
"ws": "^8.8.1"
},
"devDependencies": {
"@types/cors": "^2.8.13",
"@types/express": "^4.17.13",
"@types/express-http-proxy": "^1.6.3",
"@types/node": "^18.7.14",
"@types/uuid": "^8.3.4",
"@types/ws": "^8.5.3",
"nodemon": "^2.0.21",
"prettier": "^2.7.1",
"prettier-plugin-organize-imports": "^3.1.1",
"ts-node": "^10.9.2",
"typescript": "^4.8.2"
},
"name": "@lebogo/onu2-server",
"version": "1.0.9",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "nodemon src/index.ts",
"build": "tsc",
"start": "node dist/index.js"
},
"author": "LeBogo",
"license": "GPL-3.0",
"description": "The Official server software for the Onu2 Project",
"repository": {
"type": "git",
"url": "git+https://github.com/OnuGame/onu2-server.git"
},
"bugs": {
"url": "https://github.com/OnuGame/onu2-server/issues"
},
"homepage": "https://github.com/OnuGame/onu2-server#readme"
}