forked from tposney/monaco-macro-editor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmodule.json.save
43 lines (43 loc) · 1.12 KB
/
module.json.save
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
{
"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.8",
"authors": [
{
"name": "Naito",
"url": "https://github.com/laquasicinque",
"discord": "Naito#1235",
"flags": {}
}
],
"esmodules": [
"dist/module.js"
],
"styles": [
"styles/module.css"
],
"languages": [
{
"lang": "en",
"name": "English",
"path": "languages/en.json",
"flags": {}
}
],
"url": "https://github.com/laquasicinque/monaco-macro-editor",
"manifest": "https://github.com/laquasicinque/monaco-macro-editor/releases/latest/download/module.json",
"download": "https://github.com/laquasicinque/monaco-macro-editor/releases/download/0.0.8/module.zip",
"media": [
{
"type": "icon",
"url": "https://avatars2.githubusercontent.com/u/71292812?s=400&u=ccdb4eeb7abf551ca8f314e5a9bfd0479a4d3d41&v=4",
"loop": false,
"flags": {}
}
],
"id": "monaco-macro-editor",
"compatibility": {
"minimum": "0.8.5",
"verified": "0.8.9"
}
}