EmulatorJS/package.json
2023-03-19 00:28:19 +08:00

14 lines
278 B
JSON

{
"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"
}
}