EmulatorJS/package.json
Ethan O'Brien a796c4a386
4.2.2
2025-06-14 15:47:31 -05:00

36 lines
1011 B
JSON

{
"name": "@emulatorjs/emulatorjs",
"version": "4.2.2",
"type": "module",
"description": "EmulatorJS is a frontend for RetroArch in the web browser.",
"homepage": "https://emulatorjs.org",
"license": "GPL-3.0",
"sideEffects": true,
"repository": {
"type": "git",
"url": "https://github.com/EmulatorJS/EmulatorJS.git"
},
"bugs": {
"url": "https://github.com/EmulatorJS/EmulatorJS/issues"
},
"scripts": {
"start": "http-server",
"minify": "node minify/minify.js",
"build": "node build.js",
"update": "node update.js"
},
"dependencies": {
"@node-minify/clean-css": "^9.0.1",
"@node-minify/core": "^9.0.2",
"@node-minify/terser": "^9.0.1",
"http-server": "^14.1.1",
"node-7z": "^3.0.0",
"node-fetch": "^3.3.2",
"nipplejs": "^0.10.2",
"socket.io": "^4.8.1"
},
"optionalDependencies": {
"@emulatorjs/cores": "latest"
}
}