Path: blob/main/misc/emulator/web-retro/utils/package.json
28530 views
{1"name": "webretro",2"version": "6.5.0",3"description": "RetroArch in your browser!",4"main": "node-server.js",5"scripts": {6"test": "node node-server.js",7"start": "node node-server.js"8},9"repository": {10"type": "git",11"url": "git+https://github.com/BinBashBanana/webretro.git"12},13"keywords": [14"emulator",15"retroarch",16"libretro"17],18"author": "OlyB",19"license": "MIT",20"bugs": {21"url": "https://github.com/BinBashBanana/webretro/issues"22},23"homepage": "https://binbashbanana.github.io/webretro/",24"dependencies": {25"express": "^4.17.2",26"fs": "^0.0.1-security",27"http": "^0.0.1-security"28}29}303132