-
-
Notifications
You must be signed in to change notification settings - Fork 123
/
Copy pathpackage.json
28 lines (28 loc) · 1.18 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 [email protected]:/mnt/kill-the-newsletter/kill-the-newsletter/ /Volumes/leafac--external-storage/Backups/kill-the-newsletter/"
},
"dependencies": {
"@radically-straightforward/production": "^1.0.33",
"crypto-random-string": "^5.0.0",
"mailparser": "^3.7.2",
"smtp-server": "^3.13.6"
},
"devDependencies": {
"@fontsource-variable/roboto-flex": "^5.1.1",
"@radically-straightforward/development": "^1.0.50",
"@types/mailparser": "^3.4.5",
"@types/node": "^22.13.0",
"@types/nodemailer": "^6.4.17",
"@types/smtp-server": "^3.5.10",
"bootstrap-icons": "^1.11.3",
"nodemailer": "^6.10.0",
"nodemon": "^3.1.9",
"prettier": "^3.4.2",
"typescript": "^5.7.3"
},
"prettier": {}
}