-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
23 lines (23 loc) · 813 Bytes
/
package.json
File metadata and controls
23 lines (23 loc) · 813 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "thisaislan.scriptables",
"version": "1.6.1",
"displayName": "Scriptables",
"description": "A powerful Unity package that enhances ScriptableObjects with runtime data management, editor debugging capabilities, and intuitive data separation between editor and runtime environments.",
"documentationUrl": "https://github.com/thisaislan/scriptables",
"changelogUrl": "https://github.com/thisaislan/scriptables/main/CHANGELOG.md",
"licensesUrl": "https://github.com/thisaislan/scriptables/blob/main/LICENSE.md",
"keywords": [
"Tools",
"Scriptables",
"Runtime",
"Editor",
"Debuggable"
],
"category": "Tools",
"dependencies": {
},
"author": {
"name": "thisaislan",
"url": "https://github.com/thisaislan"
}
}