forked from wangcongyan/hot-reload
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 707 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 707 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
{
"name": "com.singularitygroup.hotreload",
"displayName": "Hot Reload",
"description": "Edit any C# function and get immediate updates in your game. Hot Reload works with your existing project, no code changes required.",
"version": "1.3.5",
"unity": "2021.3",
"category": "pancake",
"author": {
"name": "yenmoc",
"email": "phongsoyenmoc.diep@gmail.com",
"url": "https://github.com/yenmoc"
},
"license": "MIT",
"keywords": [ "unity" ],
"dependencies": {
},
"repository": {
"type": "git",
"url": "git@github.com:pancake-llc/hot-reload.git",
"directory": "Hot Reload"
},
"publishConfig": {
"registry": "https://npm.pkg.github.com/@pancake-llc"
}
}