forked from Isma/mods
1
0
Fork 0

Delete package.json

This commit is contained in:
srgooglo 2023-10-23 21:44:27 +02:00
parent 33af4cf554
commit 9e08feacdb
1 changed files with 0 additions and 37 deletions

View File

@ -1,37 +0,0 @@
{
"name": "mc_installer",
"author": "SrGooglo",
"version": "0.1.0",
"main": "./dist/index.js",
"bin": "./dist/index.js",
"license": "MIT",
"pkg": {
"targets": [
"node18-linux-x64",
"node18-macos-x64",
"node18-win-x64"
],
"outputPath": "build"
},
"scripts": {
"build": "hermes build"
},
"dependencies": {
"@octokit/rest": "^20.0.2",
"@ragestudio/hermes": "^0.1.1",
"commander": "^11.1.0",
"electron": "^27.0.2",
"electron-is-dev": "^2.0.0",
"git-cli": "^0.11.0",
"got": "11.8.3",
"node-7z": "^3.0.0",
"ora": "5.4.1",
"pkg": "^5.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"vite": "^4.5.0"
},
"devDependencies": {
"electron-vite": "^1.0.28"
}
}