emulatorjs/package.json
2024-09-12 13:40:30 -04:00

16 lines
407 B
JSON

{
"name": "emulatorjs",
"version": "1.9.2",
"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.14",
"deepmerge": "^4.2.2",
"express": "^4.17.2",
"ipfs-http-client": "51.0.0",
"jszip": "^3.7.1",
"socket.io": "^4.4.1"
}
}