mirror of
https://github.com/jakejarvis/website-stats.git
synced 2025-04-25 19:15:21 -04:00
13 lines
212 B
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"
|
|
}
|
|
}
|