EmulatorJS/package.json

15 lines
274 B
JSON
Raw Normal View History

2023-03-18 16:28:19 +00:00
{
"name": "EmulatorJS",
"version": "3.1.0",
"main": "index.js",
2023-07-26 16:16:02 +00:00
"repository": "https://github.com/EmulatorJS/EmulatorJS.git",
2023-03-18 16:28:19 +00:00
"license": "MIT",
"scripts": {
"dev": "vite --host",
"start": "yarn dev"
},
"devDependencies": {
"vite": "^4.2.0"
}
}