-
-
Notifications
You must be signed in to change notification settings - Fork 142
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 1.17 KB
/
package.json
File metadata and controls
28 lines (28 loc) · 1.17 KB
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:/mnt/kill-the-newsletter/kill-the-newsletter/data/ /Volumes/leafac--hd/backups/kill-the-newsletter/"
},
"dependencies": {
"@radically-straightforward/production": "^1.0.63",
"crypto-random-string": "^5.0.0",
"mailparser": "^3.9.3",
"smtp-server": "^3.18.1"
},
"devDependencies": {
"@fontsource-variable/roboto-flex": "^5.2.8",
"@radically-straightforward/development": "^1.0.77",
"@types/mailparser": "^3.4.6",
"@types/node": "^25.2.3",
"@types/nodemailer": "^7.0.9",
"@types/smtp-server": "^3.5.12",
"bootstrap-icons": "^1.13.1",
"nodemailer": "^8.0.1",
"nodemon": "^3.1.11",
"prettier": "^3.8.1",
"typescript": "^5.9.3"
},
"prettier": {}
}