modpack-client/package.json

16 lines
286 B
JSON
Raw Normal View History

2024-02-23 06:07:13 +00:00
{
"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"
}
}