node-minecraft-protocol/examples/client_electron/package.json

15 lines
294 B
JSON
Raw Normal View History

2020-08-02 19:39:04 -04:00
{
"name": "node-minecraft-protocol-example",
"version": "0.0.0",
"private": true,
"description": "A node-minecraft-protocol example",
"main": "main.js",
"scripts": {
"start": "electron ."
},
"dependencies": {
2021-12-02 18:26:46 -05:00
"electron": "^11.5.0",
2020-08-03 17:16:57 -04:00
"electron-reload": "^1.5.0"
2020-08-02 19:39:04 -04:00
}
}