This commit is contained in:
parent
d9a47f1814
commit
009efefa02
File diff suppressed because it is too large
Load Diff
|
@ -20,7 +20,7 @@
|
||||||
"bugs": "https://github.com/leafac/kill-the-newsletter/issues",
|
"bugs": "https://github.com/leafac/kill-the-newsletter/issues",
|
||||||
"homepage": "https://github.com/leafac/kill-the-newsletter#readme",
|
"homepage": "https://github.com/leafac/kill-the-newsletter#readme",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "ts-node-dev --poll source/index.ts",
|
"start": "node-dev source/index.ts",
|
||||||
"test": "prettier --check \"source/**/*\" --end-of-line auto && jest",
|
"test": "prettier --check \"source/**/*\" --end-of-line auto && jest",
|
||||||
"prepare": "tsc"
|
"prepare": "tsc"
|
||||||
},
|
},
|
||||||
|
@ -48,11 +48,11 @@
|
||||||
"caxa": "^1.0.0",
|
"caxa": "^1.0.0",
|
||||||
"got": "^11.8.2",
|
"got": "^11.8.2",
|
||||||
"jest": "^27.1.0",
|
"jest": "^27.1.0",
|
||||||
|
"node-dev": "^7.0.0",
|
||||||
"nodemailer": "^6.4.18",
|
"nodemailer": "^6.4.18",
|
||||||
"prettier": "^2.2.1",
|
"prettier": "^2.2.1",
|
||||||
"ts-jest": "^27.0.5",
|
"ts-jest": "^27.0.5",
|
||||||
"ts-node": "^9.1.1",
|
"ts-node": "^9.1.1",
|
||||||
"ts-node-dev": "^1.1.6",
|
|
||||||
"typescript": "^4.2.3"
|
"typescript": "^4.2.3"
|
||||||
},
|
},
|
||||||
"jest": {
|
"jest": {
|
||||||
|
|
Loading…
Reference in New Issue