-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 792 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 792 Bytes
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
{
"name": "medivalpixels",
"version": "1.0.0",
"description": "A multiplayer top-down sandbox survival game built with vanilla JavaScript and HTML5 Canvas. Features procedural world generation, base building, and naval combat using P2P networking.",
"main": "index.js",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ihlec/MedivalPixels.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "commonjs",
"bugs": {
"url": "https://github.com/ihlec/MedivalPixels/issues"
},
"homepage": "https://github.com/ihlec/MedivalPixels#readme",
"devDependencies": {
"vite": "^7.2.6"
},
"dependencies": {
"trystero": "^0.22.0"
}
}