Files

16 lines
383 B
JSON
Raw Permalink Normal View History

{
"name": "rv-nui-simulator",
"version": "1.0.0",
"description": "Red Valley — NUI Simulator. Test FiveM NUI interfaces without launching the game.",
"main": "server.js",
"scripts": {
"start": "node server.js",
"dev": "node server.js --open"
},
"keywords": ["fivem", "nui", "simulator"],
"license": "MIT",
"dependencies": {
"express": "^4.21.0"
}
}