chore: debug
This commit is contained in:
parent
913d9fd8d3
commit
11cd25bff2
2 changed files with 34 additions and 0 deletions
24
plugins/fetch-scrobbles/package-lock.json
generated
Normal file
24
plugins/fetch-scrobbles/package-lock.json
generated
Normal file
|
@ -0,0 +1,24 @@
|
|||
{
|
||||
"name": "netlify-plugin-rss",
|
||||
"version": "0.0.8",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "netlify-plugin-rss",
|
||||
"version": "0.0.8",
|
||||
"devDependencies": {
|
||||
"@netlify/blobs": "^7.3.0"
|
||||
}
|
||||
},
|
||||
"node_modules/@netlify/blobs": {
|
||||
"version": "7.3.0",
|
||||
"resolved": "https://registry.npmjs.org/@netlify/blobs/-/blobs-7.3.0.tgz",
|
||||
"integrity": "sha512-wN/kNTZo4xjlUM/C0WILOkJbe8p4AFquSGkZEIoIcgnsx5ikp2GyqGiq1WMLee7QdbnqeIV2g2hn/PjT324E5w==",
|
||||
"dev": true,
|
||||
"engines": {
|
||||
"node": "^14.16.0 || >=16.0.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
10
plugins/fetch-scrobbles/package.json
Normal file
10
plugins/fetch-scrobbles/package.json
Normal file
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"name": "netlify-plugin-rss",
|
||||
"version": "0.0.8",
|
||||
"description": "netlify-plugin-rss",
|
||||
"main": "index.js",
|
||||
"type": "module",
|
||||
"devDependencies": {
|
||||
"@netlify/blobs": "^7.3.0"
|
||||
}
|
||||
}
|
Reference in a new issue