mirror of
https://github.com/jakejarvis/website-stats.git
synced 2025-04-26 01:25:21 -04:00
19 lines
415 B
JSON
19 lines
415 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,
|
|
"scripts": {
|
|
"daily": "node scripts/daily.js"
|
|
},
|
|
"dependencies": {
|
|
"fs-extra": "^10.0.0",
|
|
"got": "^11.8.2",
|
|
"luxon": "^1.27.0",
|
|
"pkg-dir": "^5.0.0",
|
|
"prettier": "^2.3.2",
|
|
"simple-git": "^2.40.0"
|
|
}
|
|
}
|