1
mirror of https://github.com/jakejarvis/website-stats.git synced 2025-04-26 01:25:21 -04:00
website-stats/package.json
2022-05-22 06:28:21 -04:00

14 lines
245 B
JSON

{
"private": true,
"type": "module",
"scripts": {
"snapshot": "node scripts/snapshot.js"
},
"dependencies": {
"date-fns": "^2.28.0",
"node-fetch": "^3.2.4",
"simple-git": "^3.7.1",
"write-json-file": "^5.0.0"
}
}