-
-
Notifications
You must be signed in to change notification settings - Fork 118
/
package.json
28 lines (28 loc) · 1.25 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\" --check \"./CHANGELOG.md\" --check \"./package.json\" --check \"./tsconfig.json\" --check \"./source/\" --check \"./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.30",
"crypto-random-string": "^5.0.0",
"mailparser": "^3.7.1",
"smtp-server": "^3.13.6"
},
"devDependencies": {
"@fontsource-variable/public-sans": "^5.1.1",
"@radically-straightforward/development": "^1.0.24",
"@types/mailparser": "^3.4.5",
"@types/node": "^22.9.0",
"@types/nodemailer": "^6.4.16",
"@types/smtp-server": "^3.5.10",
"bootstrap-icons": "^1.11.3",
"nodemailer": "^6.9.16",
"nodemon": "^3.1.7",
"prettier": "^3.3.3",
"typescript": "^5.6.3"
},
"prettier": {}
}