-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 905 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 905 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"name": "electronandmysql",
"version": "1.0.0",
"description": "It is a personal project that consists of a graphical interface in Electron that asks the user to register, if necessary, and then the registered credentials to log in.",
"main": "main.js",
"scripts": {
"test": "test",
"start": "electron ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/Arthur-byte-code/Electron-And-Mysql.git"
},
"keywords": [
"authentifation",
"mysql",
"electron"
],
"author": "Arthur-byte-code",
"license": "ISC",
"bugs": {
"url": "https://github.com/Arthur-byte-code/Electron-And-Mysql/issues"
},
"homepage": "https://github.com/Arthur-byte-code/Electron-And-Mysql#readme",
"devDependencies": {
"@types/node": "^20.14.8",
"electron": "^31.0.2"
},
"dependencies": {
"dotenv": "^16.4.5",
"firebase": "^10.12.5"
}
}