bump deps & convert to ESM

This commit is contained in:
2022-05-10 19:31:15 -04:00
parent be6f7e693a
commit 0972ec67cb
3 changed files with 138 additions and 329 deletions
+5 -6
View File
@@ -4,15 +4,14 @@
"repository": "https://github.com/jakejarvis/website-stats.git",
"author": "Jake Jarvis <jake@jarv.is>",
"private": true,
"type": "module",
"scripts": {
"snapshot": "node scripts/snapshot.js"
},
"dependencies": {
"fs-extra": "^10.0.0",
"got": "^11.8.2",
"luxon": "^2.0.2",
"pkg-dir": "^5.0.0",
"prettier": "^2.4.1",
"simple-git": "^2.46.0"
"date-fns": "^2.28.0",
"node-fetch": "^3.2.4",
"simple-git": "^3.7.1",
"write-json-file": "^5.0.0"
}
}