emulatorjs/package.json
2022-01-05 07:27:23 -08:00

14 lines
357 B
JSON

{
"name": "emulatorjs",
"version": "1.4.5",
"description": "Rom and art management utility for generating configuration files for use with the EmulatorJS frontend",
"main": "index.js",
"author": "thelamer",
"dependencies": {
"cloudcmd": "^15.9.8",
"express": "^4.17.1",
"ipfs-http-client": "^53.0.1",
"socket.io": "^4.3.1"
}
}