-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 837 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 837 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
{
"name": "com.xavierarpa.namespacepath",
"displayName": "Namespace Path",
"version": "1.0.0",
"author": "Xavier Arpa",
"unity": "2020.3",
"documentation": "README.md",
"description": "Unity Editor tool for managing and refactoring C# namespaces based on folder structure. Automatically suggests namespaces, updates using statements, and cleans up unused references.",
"keywords": [
"namespace",
"refactor",
"editor",
"tool",
"code"
],
"dependencies": {},
"samples": [],
"license": "MIT",
"category": "Tools",
"repository": {
"url": "https://github.com/xavierarpa/NamespacePath.git",
"type": "git"
},
"bugs": {
"url": "https://github.com/xavierarpa/NamespacePath/issues"
},
"homepage": "https://github.com/xavierarpa/NamespacePath#readme"
}