EmulatorJS/package.json
2023-07-27 00:16:02 +08:00

14 lines
274 B
JSON

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