You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 

16 lines
303 B

{
"name": "mixx",
"version": "1.0.0",
"description": "",
"main": "main.js",
"scripts": {
"start": "nodemon --exec electron ."
},
"devDependencies": {
"@eslint/js": "^9.9.0",
"electron": "^31.3.1",
"eslint": "^9.9.0",
"globals": "^15.9.0",
"nodemon": "^3.1.4"
}
}