A Typescript server emulator for Box Critters, a defunct virtual world.
at main 584 B view raw
1{ 2 "name": "localbox", 3 "version": "1.0.0", 4 "description": "A Typescript server emulator for Box Critters, a defunct virtual world by RocketSnail games.", 5 "author": { 6 "name": "Index", 7 "url": "https://github.com/indexxing/" 8 }, 9 "license": "MIT", 10 "dependencies": { 11 "fs": "^0.0.1-security", 12 "http": "^0.0.1-security", 13 "jose": "5.9.6", 14 "nodemon": "^3.1.7", 15 "path": "^0.12.7", 16 "socket.io": "^4.8.1", 17 "zod": "^3.24.1" 18 }, 19 "repository": "github:Box-Critters-Localbox/Localbox", 20 "contributors": [ 21 "https://github.com/jonastisell" 22 ] 23}