-
Notifications
You must be signed in to change notification settings - Fork 57
/
package.json
38 lines (38 loc) · 1.06 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"name": "@heroiclabs/nakama-js-base",
"keywords": [
"app server",
"client library",
"game server",
"nakama",
"realtime",
"realtime chat"
],
"scripts": {
"docs": "typedoc --tsconfig tsconfig.typedoc.json --entryPoints ./packages/nakama-js/index.ts --entryPoints ./packages/satori-js/index.ts --gaID UA-89839802-1 --out docs"
},
"repository": "https://github.com/heroiclabs/nakama-js",
"homepage": "https://heroiclabs.com",
"bugs": "https://github.com/heroiclabs/nakama-js/issues",
"author": "Chris Molozian <[email protected]>",
"contributors": [
"Andrei Mihu <[email protected]>",
"Mo Firouz <[email protected]>"
],
"license": "Apache-2.0",
"devDependencies": {
"esbuild": "^0.24.0",
"typedoc": "^0.26.11",
"typescript": "^5.6.3"
},
"private": true,
"workspaces": [
"packages/nakama-js",
"packages/nakama-js-test",
"packages/satori-js",
"packages/satori-js-test",
"packages/nakama-js-iife-example",
"packages/nakama-js-protobuf",
"packages/nakama-js-webpack-example"
]
}