-
-
Notifications
You must be signed in to change notification settings - Fork 118
/
package.json
28 lines (28 loc) · 1.21 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
{
"scripts": {
"prepare": "tsc && build",
"start": "nodemon --watch \"./package.json\" --watch \"./tsconfig.json\" --watch \"./source/\" --watch \"./static/\" --watch \"./configuration/\" --ext \"*\" --exec \"npm run prepare && node ./build/index.mjs ./configuration/development.mjs\"",
"test": "npm run prepare && prettier --check \"./README.md\" \"./CHANGELOG.md\" \"./package.json\" \"./tsconfig.json\" \"./source/\" \"./configuration/\"",
"backup": "rsync -av --delete --progress root@kill-the-newsletter.com:kill-the-newsletter/data/ /Volumes/leafac--external-storage/Backups/kill-the-newsletter/"
},
"dependencies": {
"@radically-straightforward/production": "^1.0.31",
"crypto-random-string": "^5.0.0",
"mailparser": "^3.7.2",
"smtp-server": "^3.13.6"
},
"devDependencies": {
"@fontsource-variable/roboto-flex": "^5.1.0",
"@radically-straightforward/development": "^1.0.42",
"@types/mailparser": "^3.4.5",
"@types/node": "^22.10.2",
"@types/nodemailer": "^6.4.17",
"@types/smtp-server": "^3.5.10",
"bootstrap-icons": "^1.11.3",
"nodemailer": "^6.9.16",
"nodemon": "^3.1.9",
"prettier": "^3.4.2",
"typescript": "^5.7.2"
},
"prettier": {}
}