a package manager for curseforge mods
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 

22 lines
441 B

{
"name": "mpt",
"version": "0.0.1",
"description": "a package manager for curseforge plugins for minecraft",
"main": "main.js",
"scripts": {
"start": "node ."
},
"type": "module",
"keywords": [
"minecraft",
"fabric",
"curseforge"
],
"author": "MikO <miko@massivesynamic.eu>",
"license": "MIT",
"dependencies": {
"dotenv": "^16.0.3",
"getopts": "^2.3.0",
"node-curseforge": "^1.2.2"
}
}