20 lines
552 B
JSON
20 lines
552 B
JSON
{
|
|
"name": "wallcraft-ai",
|
|
"title": "WallCraft AI",
|
|
"description": "Cloud-driven, provider-agnostic AI prep for FoundryVTT scenes (walls including doors and windows) with a safe preview-first workflow.",
|
|
"version": "0.1.0",
|
|
"author": "OpenCode",
|
|
"minimumCoreVersion": "13.0.0",
|
|
"compatibleCoreVersion": "13.*",
|
|
"esmodules": true,
|
|
"scripts": [
|
|
"src/AIPrep.js",
|
|
"src/AIEndpoint.js",
|
|
"src/PreviewLayer.js",
|
|
"src/SettingsPanel.js",
|
|
"src/UIFlow.js"
|
|
],
|
|
"url": "https://example.com/wallcraft-ai",
|
|
"license": "MIT"
|
|
}
|