-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.83 KB
/
package.json
File metadata and controls
38 lines (38 loc) · 1.83 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
{
"name": "com.gameframex.unity.web",
"displayName": "Game Frame X Web",
"category": "GameFrameX",
"description": "GameFrameX Web — Unity HTTP request management package. Provides async GET and POST operations with string or byte array responses, support for query strings, custom headers, form data, and raw byte payloads, plus base/global request configuration (auto-appended headers, query params, form data) and configurable timeout. Docs: https://gameframex.doc.alianblank.com\n\nGameFrameX Web — Unity HTTP 请求管理功能包。提供异步 GET 和 POST 操作,支持字符串或字节数组响应,支持查询字符串、自定义请求头、表单数据和原始字节负载,以及基础/全局请求配置(自动追加请求头、查询参数、表单数据)和可配置超时。文档:https://gameframex.doc.alianblank.com",
"version": "1.3.6",
"unity": "2019.4",
"keywords": [
"GameFrameX",
"Web"
],
"repository": {
"name": "com.gameframex.unity.web",
"url": "git+https://github.com/gameframex/com.gameframex.unity.web.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.network": "2.5.1"
},
"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/blob/main/CHANGELOG.md",
"licensesUrl": "https://github.com/gameframex/com.gameframex.unity.web/blob/main/LICENSE.md"
}