-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.78 KB
/
Copy pathpackage.json
File metadata and controls
40 lines (40 loc) · 1.78 KB
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
39
40
{
"name": "com.gameframex.unity.web.protobuff",
"displayName": "Game Frame X Web ProtoBuff",
"category": "GameFrameX",
"description": "GameFrameX Web ProtoBuf — Unity Protobuf HTTP POST package. Extends the Web layer with binary message support, serializing MessageObject instances and deserializing typed IResponseMessage responses via conditional compilation. Docs: https://gameframex.doc.alianblank.com\n\nGameFrameX Web ProtoBuf — Unity Protobuf HTTP POST 功能包。扩展 Web 层以支持二进制消息,序列化 MessageObject 实例并通过条件编译反序列化类型化的 IResponseMessage 响应。文档:https://gameframex.doc.alianblank.com",
"version": "1.1.4",
"unity": "2019.4",
"keywords": [
"GameFrameX",
"Web"
],
"repository": {
"name": "com.gameframex.unity.web.protobuff",
"url": "git+https://github.com/gameframex/com.gameframex.unity.web.protobuff.git",
"type": "git"
},
"author": {
"name": "Blank",
"email": "alianblank@outlook.com",
"url": "https://gameframex.doc.alianblank.com"
},
"dependencies": {
"com.gameframex.unity": "1.1.1",
"com.gameframex.unity.web": "1.0.0",
"com.gameframex.unity.network": "1.0.0",
"com.gameframex.unity.google.protobuf": "1.0.0"
},
"devDependencies": {
"semantic-release": "^24.2.0",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/git": "^10.0.1"
},
"publishConfig": {
"access": "public",
"registry": "https://npm.cnb.cool/GameFrameX/npm/-/packages/"
},
"documentationUrl": "https://gameframex.doc.alianblank.com",
"changelogUrl": "https://github.com/gameframex/com.gameframex.unity.web.protobuff/blob/main/CHANGELOG.md",
"licensesUrl": "https://github.com/gameframex/com.gameframex.unity.web.protobuff/blob/main/LICENSE.md"
}