EmulatorJS/package.json

15 lines
278 B
JSON
Raw Normal View History

2023-03-18 16:28:19 +00:00
{
"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"
}
}