forked from agones-dev/agones
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 836 Bytes
/
Copy pathpackage.json
File metadata and controls
30 lines (30 loc) · 836 Bytes
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
{
"author": "Google LLC",
"bugs": {
"url": "https://github.com/googleforgames/agones/issues"
},
"dependencies": {
"@grpc/grpc-js": "1.5.4",
"google-protobuf": "3.19.4"
},
"description": "Game Server SDK for Agones, the open source project for hosting dedicated game servers on Kubernetes",
"devDependencies": {
"eslint": "^8.8.0",
"jasmine": "^4.0.2",
"nyc": "^15.1.0"
},
"homepage": "https://agones.dev",
"license": "Apache-2.0",
"main": "src/index.js",
"name": "@google-cloud/agones-sdk",
"repository": "googleforgames/agones",
"scripts": {
"cover": "nyc jasmine",
"lint": "eslint --fix src spec",
"test": "jasmine"
},
"publishConfig": {
"access": "public"
},
"version": "1.24.0"
}