- minor: add checks for public dir & env vars - feat: `deno compile` support - fix: use .default ver of room as backup with moveTo event to prevent server crashes - style: restructure all code into a /src/ folder - style: deno format - style: update README and package.json - feat: clean up dependencies & use Deno.serve instead of Hono - feat: "Today in 2019/2020/2021" party switcher - minor: --port CLI config - fix: API responding parties in incorrect format
23 lines
584 B
JSON
23 lines
584 B
JSON
{
|
|
"name": "localbox",
|
|
"version": "1.0.0",
|
|
"description": "A Typescript server emulator for Box Critters, a defunct virtual world by RocketSnail games.",
|
|
"author": {
|
|
"name": "Index",
|
|
"url": "https://github.com/indexxing/"
|
|
},
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"fs": "^0.0.1-security",
|
|
"http": "^0.0.1-security",
|
|
"jose": "5.9.6",
|
|
"nodemon": "^3.1.7",
|
|
"path": "^0.12.7",
|
|
"socket.io": "^4.8.1",
|
|
"zod": "^3.24.1"
|
|
},
|
|
"repository": "github:Box-Critters-Localbox/Localbox",
|
|
"contributors": [
|
|
"https://github.com/jonastisell"
|
|
]
|
|
}
|