mirror of
https://github.com/artegoser/pimi-launcher-core.git
synced 2024-11-05 21:23:59 +03:00
18 lines
383 B
JSON
18 lines
383 B
JSON
{
|
|
"name": "mcclauncher",
|
|
"version": "0.0.1",
|
|
"description": "Launcher for MCC",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "Pierce",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"extract-zip": "^1.6.7",
|
|
"node-fetch": "^2.2.0",
|
|
"request": "^2.88.0",
|
|
"shelljs": "^0.8.2",
|
|
"uuid": "^3.3.2"
|
|
}
|
|
}
|