-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.19 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
45
46
47
48
49
50
51
{
"name": "squeleto",
"version": "1.0.1",
"bin": "bin.js",
"description": "my new game project",
"main": "index.js",
"scripts": {
"build": "vite build",
"dev": "vite",
"preview": "vite preview",
"server": "ts-node --esm ./src/Server/server.ts"
},
"type": "module",
"keywords": [
"game engine",
"2d",
"gamedev"
],
"repository": {
"type": "git",
"url": "http://github.com/jyoung4242/Squeleto"
},
"author": "Mookie",
"license": "MIT",
"dependencies": {
"@clack/prompts": "^0.6.3",
"@hathora/client-sdk": "^1.2.0",
"@hathora/hathora-cloud-sdk": "^0.0.5",
"@hathora/server-sdk": "^1.1.0",
"@peasy-lib/peasy-assets": "latest",
"@peasy-lib/peasy-engine": "latest",
"@peasy-lib/peasy-input": "latest",
"@peasy-lib/peasy-states": "latest",
"@peasy-lib/peasy-ui": "latest",
"@peasy-lib/peasy-viewport": "^0.1.1",
"chalk": "*",
"clack": "^0.1.0",
"dotenv": "^16.3.1",
"howler": "latest",
"open": "^9.1.0",
"pako": "latest",
"path": "^0.12.7",
"uuid": "latest"
},
"devDependencies": {
"json": "latest",
"ts-node": "latest",
"typescript": "latest",
"vite": "latest"
}
}