{ "name": "EmulatorJS", "version": "3.1.0", "main": "index.js", "repository": "https://github.com/incredibleIdea/EmulatorJS.git", "license": "MIT", "scripts": { "dev": "vite --host", "start": "yarn dev" }, "devDependencies": { "vite": "^4.2.0" } }