forked from laquasicinque/monaco-macro-editor
-
Notifications
You must be signed in to change notification settings - Fork 3
/
module.json
46 lines (46 loc) · 1.11 KB
/
module.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"id": "monaco-macro-editor",
"title": "Monaco Macro Editor",
"description": "Replaces the inbuilt macro editor with the Monaco Editor (same editor as VS Code). Includes type hinting.",
"version": "0.0.1",
"library": "false",
"manifestPlusVersion": "1.0.0",
"authors": [
{
"name": "Naito",
"url": "https://github.com/laquasicinque",
"discord": "Naito#1235"
},
{
"name": "tposney",
"url": "https://github.com/tposney",
"discord": "tposney"
}
],
"esmodules": ["dist/module.js"],
"scripts": [],
"styles": ["styles/module.css"],
"relationships" : {
"languages": [
{
"lang": "en",
"name": "English",
"path": "languages/en.json"
}
]
},
"compatibility": {
"minimum": "11.302",
"verified": "11.313",
"maximum": "12"
},
"url": "This is auto replaced",
"manifest": "This is auto replaced",
"download": "This is auto replaced",
"media": [
{
"type": "icon",
"url": "https://avatars2.githubusercontent.com/u/71292812?s=400&u=ccdb4eeb7abf551ca8f314e5a9bfd0479a4d3d41&v=4"
}
]
}