mirror of
https://github.com/linuxserver/emulatorjs.git
synced 2026-01-21 20:54:58 +08:00
12 lines
304 B
JSON
12 lines
304 B
JSON
{
|
|
"name": "emulatorjs",
|
|
"version": "0.1.0",
|
|
"description": "Rom and art management utility for generating configuration files for use with the EmulatorJS frontend",
|
|
"main": "index.js",
|
|
"author": "thelamer",
|
|
"dependencies": {
|
|
"ipfs-http-client": "^53.0.1",
|
|
"socket.io": "^4.3.1"
|
|
}
|
|
}
|