emulatorjs/package.json
2021-10-26 18:14:38 -07:00

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"
}
}