-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 1014 Bytes
/
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
{
"name": "@lebogo/onu2-client",
"private": true,
"version": "1.0.9",
"type": "module",
"scripts": {
"dev": "vite --host",
"build": "tsc && vite build",
"preview": "vite preview"
},
"devDependencies": {
"@types/node": "^18.7.14",
"prettier": "^2.7.1",
"prettier-plugin-organize-imports": "^3.1.1",
"typescript": "^4.6.4",
"vite": "^3.0.7"
},
"dependencies": {
"@lebogo/eventsystem": "github:OnuGame/eventsystem",
"@lebogo/onu2-shared": "github:OnuGame/onu2-shared"
},
"description": "A Web based client to connect to an official Onu2 server.",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/OnuGame/onu2-client.git"
},
"author": "LeBogo",
"license": "CC BY-NC-SA 4.0",
"bugs": {
"url": "https://github.com/OnuGame/onu2-client/issues"
},
"homepage": "https://github.com/OnuGame/onu2-client#readme"
}