forked from pancake-llc/package
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 795 Bytes
/
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
{
"name": "com.pancake.__package_name__",
"displayName": "__Package_Name__",
"description": "__Package_Description__",
"version": "1.0.0",
"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/__name_repo_contain_package__.git",
"directory": "__Package_Display_Name__"
},
"publishConfig": {
"registry": "https://npm.pkg.github.com/@pancake-llc"
}/*,
"samples": [
{
"displayName": "__Sample Name__",
"description": "__Sample_Description__",
"path": "Samples~/__Name_Folder_Sample__"
}
]*/
}