This commit is contained in:
2026-01-01 23:55:35 +08:00
commit 0fe55441b8
3944 changed files with 62522 additions and 0 deletions

18
package.json Normal file
View File

@@ -0,0 +1,18 @@
{
"name": "blog",
"version": "1.0.0",
"type": "module",
"description": "",
"main": "generate-gallery-index.js",
"scripts": {
"build": "node generate-gallery-index.js",
"schedule": "node schedule-build.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"glob": "^13.0.0"
}
}