modmap-js/package.json

17 lines
442 B
JSON
Raw Normal View History

2024-07-01 22:39:49 +00:00
{
"name": "modmap-js",
"version": "0.0.1",
"description": "An easy to use mod downloader for minecraft, because re-downloading all mods to update is tiring.",
2024-07-01 22:44:56 +00:00
"main": "src/main.js",
2024-07-01 22:39:49 +00:00
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://code.cat.casa/julia/modmap-js"
},
"author": "julias.zone",
2024-07-01 22:44:56 +00:00
"license": "GPL-3.0-or-later",
"type": "module"
2024-07-01 22:39:49 +00:00
}