-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 849 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 849 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
34
35
{
"name": "email-spammer-smtp",
"version": "1.0.0",
"description": "",
"main": "src/js/main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "electron .",
"scss": "node-sass ./src/scss -o ./css",
"scss:watch": "node-sass --watch ./src/scss -o ./css",
"pack": "electron-builder --dir",
"dist": "electron-builder"
},
"author": "Maliuk",
"license": "MIT",
"devDependencies": {
"bootstrap": "^5.1.3",
"electron": "^17.2.0",
"electron-builder": "^23.0.2",
"node-sass": "^7.0.1"
},
"build": {
"appId": "maliuk.mailer",
"mac": {
"category": "maliuk.mailer.sender.type"
}
},
"dependencies": {
"electron-store": "^8.0.1",
"email-validator": "^2.0.4",
"nodemailer": "^6.7.3",
"phone": "^3.1.14",
"twilio": "^3.76.0"
}
}