mirror of
https://github.com/PrismarineJS/node-minecraft-protocol.git
synced 2024-11-14 19:04:59 -05:00
14 lines
294 B
JSON
14 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"
|
|
}
|
|
}
|