Initial commit: 3D Hommie RPG game
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
13
package.json
Normal file
13
package.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
Reference in New Issue
Block a user