Sets up the Step 1 (Project Foundation) and Step 2 (Content Schemas) scaffold from the implementation sequence. Includes Docker Compose stack, Nakama TypeScript module stubs, PostgreSQL migration, Godot 4 project shell with scene stubs and NakamaClient singleton, YAML content schemas for all entity types, and example data for 3 characters, 2 jobs, and all 7 core resources. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
15 lines
348 B
JSON
15 lines
348 B
JSON
{
|
|
"name": "xyvera-nakama",
|
|
"version": "0.0.1",
|
|
"description": "Xyvera Nakama server-side TypeScript modules",
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "npx tsc",
|
|
"watch": "npx tsc --watch",
|
|
"typecheck": "npx tsc --noEmit"
|
|
},
|
|
"devDependencies": {
|
|
"typescript": "^5.4.0",
|
|
"@heroiclabs/nakama-runtime": "^3.22.0"
|
|
}
|
|
}
|