mirror of
https://github.com/barkeser2002/node-minecraft-protocol.git
synced 2026-09-25 19:36:13 +03:00
15 lines
294 B
JSON
15 lines
294 B
JSON
{
|
|
"name": "node-minecraft-protocol-example",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"description": "A node-minecraft-protocol example",
|
|
"main": "main.js",
|
|
"scripts": {
|
|
"start": "electron ."
|
|
},
|
|
"dependencies": {
|
|
"electron": "^11.5.0",
|
|
"electron-reload": "^1.5.0"
|
|
}
|
|
}
|