This commit is contained in:
Leandro Facchinetti 2021-09-04 13:28:21 +01:00
parent d9a47f1814
commit 009efefa02
2 changed files with 107 additions and 1072 deletions

1175
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -20,7 +20,7 @@
"bugs": "https://github.com/leafac/kill-the-newsletter/issues",
"homepage": "https://github.com/leafac/kill-the-newsletter#readme",
"scripts": {
"start": "ts-node-dev --poll source/index.ts",
"start": "node-dev source/index.ts",
"test": "prettier --check \"source/**/*\" --end-of-line auto && jest",
"prepare": "tsc"
},
@ -48,11 +48,11 @@
"caxa": "^1.0.0",
"got": "^11.8.2",
"jest": "^27.1.0",
"node-dev": "^7.0.0",
"nodemailer": "^6.4.18",
"prettier": "^2.2.1",
"ts-jest": "^27.0.5",
"ts-node": "^9.1.1",
"ts-node-dev": "^1.1.6",
"typescript": "^4.2.3"
},
"jest": {