This repository has been archived on 2025-03-28. You can view files and clone it, but cannot push or open issues or pull requests.
coryd.dev-eleventy/plugins/fetch-scrobbles/package.json
Cory Dransfeldt 8890af06b2
chore: debug
2024-04-04 16:53:02 -07:00

11 lines
244 B
JSON

{
"name": "netlify-plugin-fetch-scrobbles",
"version": "0.0.8",
"description": "netlify-plugin-fetch-scrobbles",
"main": "index.js",
"type": "module",
"devDependencies": {
"@netlify/blobs": "^7.3.0",
"luxon": "^3.4.4"
}
}