pythonwebsitewerkt

This commit is contained in:
mohammedcifci78
2024-03-06 14:27:23 +01:00
parent 2d24fa154c
commit a73fa98a5c
27 changed files with 199 additions and 404 deletions

21
package.json Normal file
View File

@@ -0,0 +1,21 @@
{
"name": "goodgarden",
"description": "",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "electron app.js"
},
"author": "",
"license": "ISC",
"devDependencies": {
"electron": "^23.3.13"
},
"dependencies": {
"body-parser": "^1.20.2",
"elctron": "^0.0.1-security",
"express": "^4.18.3",
"mysql2": "^3.9.1",
"python-shell": "^5.0.0"
}
}