-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 1001 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 1001 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
31
{
"name": "com.gameframex.unity.systeminfo",
"displayName": "Game Frame X System Info",
"category": "GameFrameX",
"description": "设备唯一标识符插件 | A Unity3D plugin for retrieving device unique identifiers (OAID, IDFA, IMEI, hardware fingerprint) on Android and iOS — pure C# with JNI, no Java/JAR required.",
"version": "3.0.1",
"unity": "2019.4",
"keywords": [
"GameFrameX"
],
"repository": {
"name": "com.gameframex.unity.systeminfo",
"url": "git+https://github.com/gameframex/com.gameframex.unity.systeminfo.git",
"type": "git"
},
"author": {
"name": "Blank",
"email": "alianblank@outlook.com",
"url": "https://gameframex.doc.alianblank.com"
},
"dependencies": {},
"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/"
}
}