Files
img-bed/package.json
2026-01-02 13:27:52 +08:00

20 lines
461 B
JSON

{
"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",
"static": "rm -rf dist && mkdir -p dist && cp -r public/* dist/",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"glob": "^13.0.0"
}
}