modpack-client/package.json
2024-02-23 01:07:13 -05:00

15 lines
286 B
JSON

{
"name": "modpack-client",
"version": "1.0.0",
"type": "module",
"bin": "src/index.js",
"license": "MIT",
"dependencies": {},
"devDependencies": {
"pkg": "^5.8.1"
},
"pkg": {
"targets": [ "latest-linux-x64", "latest-win-x64" ],
"outputPath": "dist"
}
}