emulatorjs/package.json
2021-11-04 12:33:23 -07:00

14 lines
357 B
JSON

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