emulatorjs/package.json
2021-11-13 18:09:14 -08:00

14 lines
357 B
JSON

{
"name": "emulatorjs",
"version": "1.1.3",
"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"
}
}