-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 853 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 853 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
{
"name": "com.gameframex.unity.google.protobuf",
"displayName": "Google Protocol Buffers",
"version": "3.4.1",
"unity": "2019.4",
"description": "Google Protocol Buffers",
"author": {
"name": "Blank",
"email": "alianblank@outlook.com",
"url": "https://gameframex.doc.alianblank.com"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gameframex/com.gameframex.unity.google.protobuf.git",
"name": "com.gameframex.unity.google.protobuf"
},
"relatedPackages": {},
"dependencies": {
"com.gameframex.unity.network": "2.6.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/"
}
}