EmulatorJS/package.json
Allan Niles 4951a28de0
Some checks failed
Make Latest Folder On EmulatorJS CDN / run (push) Has been cancelled
Update package version to 4.1.1
2024-08-19 16:27:45 -06:00

16 lines
365 B
JSON

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