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.

14 lines
225 B

7 months ago
{
"name": "mixx",
"version": "1.0.0",
"description": "",
"main": "main.js",
"scripts": {
"start": "nodemon --exec electron ."
},
"devDependencies": {
"electron": "^31.3.1",
"nodemon": "^3.1.4"
}
}