Initialize module and get base level functionality operating
This commit is contained in:
parent
5741bc64e2
commit
cb3bc7c86c
7 changed files with 67 additions and 0 deletions
13
public/module.json
Normal file
13
public/module.json
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"id": "stat-tracker",
|
||||
"title": "Stats Tracker",
|
||||
"version": "0.0.1",
|
||||
"compatibility": {
|
||||
"maximum": 13,
|
||||
"verified": 13,
|
||||
"minimum": 13
|
||||
},
|
||||
"esmodules": [
|
||||
"./module.mjs"
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue