-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
38 lines (38 loc) · 1.03 KB
/
package.json
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": "cn.etetet.lockstep",
"displayName": "ET.LockStep",
"version": "2.0.4",
"unity": "2022.3",
"description": "预测回滚的帧同步demo",
"author": {
"name": "tanghai",
"url": "https://github.com/egametang/ET"
},
"repository": {
"type": "git",
"url": "https://github.com/egametang/ET"
},
"relatedPackages": {},
"dependencies": {
"cn.etetet.packagemanager": "1.0.0",
"cn.etetet.actorlocation": "2.0.1",
"cn.etetet.core": "2.0.7",
"cn.etetet.loader": "2.0.6",
"cn.etetet.demores": "0.0.2",
"cn.etetet.router": "2.0.1",
"cn.etetet.console": "2.0.0",
"cn.etetet.http": "2.0.0",
"cn.etetet.watcher": "2.0.0",
"cn.etetet.ui": "2.0.0",
"cn.etetet.referencecollector": "2.0.0",
"cn.etetet.truesync": "0.0.3",
"cn.etetet.lsentity": "2.0.1",
"cn.etetet.login": "2.0.1",
"cn.etetet.hybridclr": "6.7.1",
"cn.etetet.excel": "2.0.0",
"cn.etetet.proto": "2.0.1"
},
"publishConfig": {
"registry": "https://npm.pkg.github.com/@ET-Packages"
}
}