Copy stuff over from the template
This commit is contained in:
45
module.json
Normal file
45
module.json
Normal file
@@ -0,0 +1,45 @@
|
||||
{
|
||||
"id": "template-svelte-esm",
|
||||
"title": "Template Svelte (ESM)",
|
||||
"description": "Provides a bare-bones Foundry module template repo to get set up with using the TyphonJS Runtime Library and Svelte with ES Modules.",
|
||||
"version": "0.0.0",
|
||||
"authors": [
|
||||
{
|
||||
"name": "YOUR NAME HERE",
|
||||
"url": "YOUR URL HERE"
|
||||
}
|
||||
],
|
||||
"compatibility": {
|
||||
"minimum": "12",
|
||||
"verified": "12"
|
||||
},
|
||||
"esmodules": [
|
||||
"dist/template-svelte-esm.js"
|
||||
],
|
||||
"styles": [
|
||||
"dist/template-svelte-esm.css"
|
||||
],
|
||||
"flags": {
|
||||
"hotReload": {
|
||||
"extensions": ["json"],
|
||||
"paths": ["lang"]
|
||||
}
|
||||
},
|
||||
"languages": [
|
||||
{
|
||||
"lang": "en",
|
||||
"name": "English",
|
||||
"path": "lang/en.json"
|
||||
}
|
||||
],
|
||||
"socket": false,
|
||||
"url": "https://github.com/typhonjs-fvtt-demo/template-svelte-esm",
|
||||
"readme": "https://github.com/typhonjs-fvtt-demo/template-svelte-esm/blob/master/README.md",
|
||||
"bugs": "https://github.com/typhonjs-fvtt-demo/template-svelte-esm/issues",
|
||||
"changelog": "https://github.com/typhonjs-fvtt-demo/template-svelte-esm/releases/latest/",
|
||||
"manifest": "https://github.com/typhonjs-fvtt-demo/template-svelte-esm/releases/latest/download/module.json",
|
||||
"download": "https://github.com/typhonjs-fvtt-demo/template-svelte-esm/releases/download/0.0.0/module.zip",
|
||||
"protected": false,
|
||||
"coreTranslation": false,
|
||||
"library": false
|
||||
}
|
||||
Reference in New Issue
Block a user