emulatorjs/package.json
2022-01-18 12:33:24 -08:00

15 lines
380 B
JSON

{
"name": "emulatorjs",
"version": "1.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",
"jszip": "^3.7.1",
"socket.io": "^4.3.1"
}
}