Skip to content

Commit 22f6a5a

Browse files
committed
add package.json
1 parent 03a36b7 commit 22f6a5a

1 file changed

Lines changed: 21 additions & 0 deletions

File tree

package.json

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"name":"com.redsaw.commandline",
3+
"displayName": "Unity-CLI",
4+
"version": "0.1.1",
5+
"unity": "2021.3",
6+
"description": "an inner game command line tool",
7+
"keywords": ["commandline", "cli", "debugging", "log"],
8+
"category": "Debugging",
9+
"dependencies": {},
10+
"samples": [
11+
{
12+
"displayName": "Command Line",
13+
"description": "A simple command line tool",
14+
"path": "Assets/Scenes/SampleScene"
15+
}
16+
],
17+
"author": {
18+
"name": "Prince Biscuit",
19+
"url": "https://github.com/529324416"
20+
}
21+
}

0 commit comments

Comments
 (0)