-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
41 lines (41 loc) · 1.17 KB
/
package.json
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
34
35
36
37
38
39
40
41
{
"name": "app-boilerplate-electron",
"version": "1.0.0",
"description": "A desktop application boilerplate made with node electron framework.",
"main": "main.js",
"scripts": {
"postinstall": "bower install",
"start": "electron . --no-sandbox --enable-logging=file --log-file=./public/logs/electron_debug.log"
},
"authors": [
{
"name": "Giceha Junior",
"email": "[email protected]",
"role": "Backend Developer",
"homepage": "https://github.com/Gicehajunior"
}
],
"support": {
"email": "[email protected]"
},
"minimum-stability": "stable",
"prefer-stable": true,
"license": "MIT",
"devDependencies": {
"bower": "^1.8.14",
"electron": "^19.0.8",
"grunt": "^1.5.3",
"grunt-bower-task": "^0.6.2"
},
"dependencies": {
"bcrypt": "^5.0.1",
"dotenv": "^16.0.1",
"eslint": "^8.23.1",
"mysql": "^2.18.1",
"nodemailer": "^6.7.7",
"nodemon": "^2.0.19",
"phone": "^3.1.22",
"sqlite3": "^5.0.9",
"validator": "^13.7.0"
}
}