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

13 lines
212 B
JSON

{
"private": true,
"type": "module",
"scripts": {
"snapshot": "node scripts/snapshot.js"
},
"dependencies": {
"date-fns": "^4.1.0",
"node-fetch": "^3.3.2",
"simple-git": "^3.27.0"
}
}