modmap-js/package.json
2024-07-02 00:44:56 +02:00

17 lines
442 B
JSON

{
"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.",
"main": "src/main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://code.cat.casa/julia/modmap-js"
},
"author": "julias.zone",
"license": "GPL-3.0-or-later",
"type": "module"
}