Files
Hommie_RPG_Game/package.json
Maxim Dolgolyov fb5f09212b Initial commit: 3D Hommie RPG game
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-02-25 01:04:09 +03:00

14 lines
340 B
JSON

{
"name": "3d-hommie-rpg",
"version": "1.0.0",
"description": "3D RPG про выживание бомжа в большом городе",
"main": "js/main.js",
"scripts": {
"dev": "npx serve .",
"start": "npx serve ."
},
"keywords": ["3d", "rpg", "threejs", "game", "survival"],
"author": "",
"license": "MIT"
}