EmulatorJS/package.json

12 lines
239 B
JSON

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