EmulatorJS/package.json
2023-08-08 13:23:29 -06:00

12 lines
238 B
JSON

{
"name": "EmulatorJS",
"version": "4.0.6",
"repository": "https://github.com/EmulatorJS/EmulatorJS.git",
"license": "GPL-3.0",
"scripts": {
"start": "http-server"
},
"dependencies": {
"http-server": "^14.1.1"
}
}