EmulatorJS/package.json
Ethan O'Brien 13362ef078 4.2.1
2025-01-07 09:27:27 -06:00

17 lines
365 B
JSON

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