Initial module scaffold
This commit is contained in:
26
module.json
Normal file
26
module.json
Normal file
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"id": "kosmos-storage-audit",
|
||||
"title": "Kosmos Storage Audit",
|
||||
"description": "Analyzes media references and risky storage locations across Foundry data and public roots.",
|
||||
"version": "0.0.1",
|
||||
"compatibility": {
|
||||
"minimum": "13",
|
||||
"verified": "13"
|
||||
},
|
||||
"authors": [
|
||||
{
|
||||
"name": "kosmos"
|
||||
}
|
||||
],
|
||||
"esmodules": [
|
||||
"scripts/main.js"
|
||||
],
|
||||
"styles": [
|
||||
"styles/audit.css"
|
||||
],
|
||||
"languages": [],
|
||||
"relationships": {},
|
||||
"url": "https://gitea.kosmos.ac/kosmos/kosmos-storage-audit",
|
||||
"manifest": "https://gitea.kosmos.ac/kosmos/kosmos-storage-audit/raw/branch/main/module.json",
|
||||
"download": "https://gitea.kosmos.ac/kosmos/kosmos-storage-audit/archive/main.zip"
|
||||
}
|
||||
Reference in New Issue
Block a user