waves/public/assets/g/emulatorjs/package.json
2025-04-09 17:11:14 -05:00

17 lines
366 B
JSON

{
"name": "@emulatorjs/emulatorjs",
"version": "999999",
"repository": {
"type": "git",
"url": "https://github.com/EmulatorJS/EmulatorJS.git"
},
"license": "GPL-3.0",
"description": "EmulatorJS is a frontend for RetroArch in the web browser.",
"scripts": {
"start": "http-server"
},
"dependencies": {
"http-server": "^14.1.1"
}
}