16 lines
348 B
JSON
16 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"
|
||
|
|
}
|
||
|
|
}
|