-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmodule.json
More file actions
36 lines (36 loc) · 1.05 KB
/
Copy pathmodule.json
File metadata and controls
36 lines (36 loc) · 1.05 KB
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
{
"authors": [
{
"name": "napolitanod"
}
],
"changelog": "https://github.com/napolitanod/napolitano-scripts/releases",
"description": "World scripts for me.",
"esmodules": [
"scripts/index.js",
"scripts/napolitano-scripts.js"
],
"languages": [
{
"lang": "en",
"name": "English",
"path": "languages/en.json"
}
],
"compatibility": {
"minimum": "11",
"verified": "12",
"maximum": "12"
},
"id": "napolitano-scripts",
"readme": "https://github.com/napolitanod/napolitano-scripts/blob/main/README.md",
"socket": true,
"styles": [
"styles/napolitano-scripts.css"
],
"title": "_Napolitano Scripts",
"version": "1.2.8",
"url": "https://github.com/napolitanod/napolitano-scripts",
"manifest": "https://raw.githubusercontent.com/napolitanod/napolitano-scripts/master/module.json",
"download": "https://github.com/napolitanod/napolitano-scripts/releases/download/1.2.8/module.zip"
}