mirror of
https://github.com/jakejarvis/website-stats.git
synced 2025-04-26 01:25:21 -04:00
18 lines
404 B
JSON
18 lines
404 B
JSON
{
|
|
"name": "website-stats",
|
|
"version": "1.3.37",
|
|
"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": {
|
|
"date-fns": "^2.28.0",
|
|
"node-fetch": "^3.2.4",
|
|
"simple-git": "^3.7.1",
|
|
"write-json-file": "^5.0.0"
|
|
}
|
|
}
|